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


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

Default

{{Medical}}
{{Medical|hidebox=0}}

Medical
(2)+1% HP Regeneration
(3)+2% HP Regeneration
(4)+3% HP Regeneration
(5)+4% HP Regeneration
(6)+5% HP Regeneration


Stats Only

{{Medical|hidebox=1}}

(2)+1% HP Regeneration
(3)+2% HP Regeneration
(4)+3% HP Regeneration
(5)+4% HP Regeneration
(6)+5% HP Regeneration


No description.

Template parameters

ParameterDescriptionTypeStatus
Hide Box?hidebox

Enable to hide the box surrounding the stats

Booleansuggested