From Brotato Wiki
(Created page with "<div class="itembox"> <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Support</div> (2)+5 Harvesting<br> (3)+10 Harvesting<br> (4)+15 Harvesting<br> (5)+20 Harvesting<br> (6)+25 Harvesting<br> </div>") |
(update to use hidebox option) |
||
Line 1: | Line 1: | ||
<div class="itembox"> | <includeonly><onlyinclude>{{#ifeq:{{{hidebox}}}|1|<!--hidden-->| | ||
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Support</div> | <div class="itembox weaponset-box"> | ||
(2)+5 Harvesting<br> | <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Support</div> | ||
(3)+10 Harvesting<br> | }}<!-- | ||
(4)+15 Harvesting<br> | -->(2)+5 Harvesting<br><!-- | ||
(5)+20 Harvesting<br> | -->(3)+10 Harvesting<br><!-- | ||
(6)+25 Harvesting<br> | -->(4)+15 Harvesting<br><!-- | ||
</ | -->(5)+20 Harvesting<br><!-- | ||
-->(6)+25 Harvesting<!-- | |||
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}} | |||
</onlyinclude></includeonly> | |||
<noinclude> | |||
Show stats for the [[Support]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>). | |||
=== Default === | |||
<code><nowiki>{{Support}}</nowiki></code><br> | |||
<code><nowiki>{{Support|hidebox=0}}</nowiki></code> | |||
{{Support|hidebox=0}} | |||
=== Stats Only === | |||
<code><nowiki>{{Support|hidebox=1}}</nowiki></code> | |||
{{Support|hidebox=1}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"hidebox": { | |||
"label": "Hide Box?", | |||
"description": "Enable to hide the box surrounding the stats", | |||
"type": "boolean", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"hidebox" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 21:12, 3 November 2022
Show stats for the Support weapon set. Has an option to hide the surrounding box (hidebox
).
Default
{{Support}}
{{Support|hidebox=0}}
Support
(2)+5 Harvesting(3)+10 Harvesting
(4)+15 Harvesting
(5)+20 Harvesting
(6)+25 Harvesting
Stats Only
{{Support|hidebox=1}}
(2)+5 Harvesting
(3)+10 Harvesting
(4)+15 Harvesting
(5)+20 Harvesting
(6)+25 Harvesting
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Hide Box? | hidebox | Enable to hide the box surrounding the stats | Boolean | suggested |