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