From Brotato Wiki

(Created page with "<div class="itembox"> <div style="font-size:25px; font-weight:bold; color:rgb(234,226,176);">Heavy</div> (2)+5% Damage<br> (3)+10% Damage<br> (4)+15% Damage<br> (5)+20% Damage<br> (6)+25% 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);">Heavy</div>
<div class="itembox weaponset-box">
(2)+5% Damage<br>
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Heavy</div>
(3)+10% Damage<br>
}}<!--
(4)+15% Damage<br>
-->(2)+5% Damage<br><!--
(5)+20% Damage<br>
-->(3)+10% Damage<br><!--
(6)+25% Damage<br>
-->(4)+15% Damage<br><!--
</div>
-->(5)+20% Damage<br><!--
-->(6)+25% Damage<!--
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}}
</onlyinclude></includeonly>
 
<noinclude>
Show stats for the [[Heavy]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>).
 
=== Default ===
<code><nowiki>{{Heavy}}</nowiki></code><br>
<code><nowiki>{{Heavy|hidebox=0}}</nowiki></code>
{{Heavy|hidebox=0}}
 
=== Stats Only ===
<code><nowiki>{{Heavy|hidebox=1}}</nowiki></code>
 
{{Heavy|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:00, 3 November 2022


Show stats for the Heavy weapon set. Has an option to hide the surrounding box (hidebox).

Default

{{Heavy}}
{{Heavy|hidebox=0}}

Heavy
(2)+5% Damage
(3)+10% Damage
(4)+15% Damage
(5)+20% Damage
(6)+25% Damage


Stats Only

{{Heavy|hidebox=1}}

(2)+5% Damage
(3)+10% Damage
(4)+15% Damage
(5)+20% Damage
(6)+25% Damage


No description.

Template parameters

ParameterDescriptionTypeStatus
Hide Box?hidebox

Enable to hide the box surrounding the stats

Booleansuggested