From Brotato Wiki
No edit summary |
(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);">Primitive</div> | <div class="itembox weaponset-box"> | ||
(2)+3 Max HP<br> | <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Primitive</div> | ||
(3)+6 Max HP<br> | }}<!-- | ||
(4)+9 Max HP<br> | -->(2)+3 Max HP<br><!-- | ||
(5)+12 Max HP<br> | -->(3)+6 Max HP<br><!-- | ||
(6)+15 Max HP<br> | -->(4)+9 Max HP<br><!-- | ||
</ | -->(5)+12 Max HP<br><!-- | ||
-->(6)+15 Max HP<!-- | |||
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}} | |||
</onlyinclude></includeonly> | |||
<noinclude> | |||
Show stats for the [[Primitive]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>). | |||
=== Default === | |||
<code><nowiki>{{Primitive}}</nowiki></code><br> | |||
<code><nowiki>{{Primitive|hidebox=0}}</nowiki></code> | |||
{{Primitive|hidebox=0}} | |||
=== Stats Only === | |||
<code><nowiki>{{Primitive|hidebox=1}}</nowiki></code> | |||
{{Primitive|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:09, 3 November 2022
Show stats for the Primitive weapon set. Has an option to hide the surrounding box (hidebox
).
Default
{{Primitive}}
{{Primitive|hidebox=0}}
Primitive
(2)+3 Max HP(3)+6 Max HP
(4)+9 Max HP
(5)+12 Max HP
(6)+15 Max HP
Stats Only
{{Primitive|hidebox=1}}
(2)+3 Max HP
(3)+6 Max HP
(4)+9 Max HP
(5)+12 Max HP
(6)+15 Max HP
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Hide Box? | hidebox | Enable to hide the box surrounding the stats | Boolean | suggested |