From Brotato Wiki

No edit summary
(update to use hidebox option)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Medical==
<includeonly><onlyinclude>{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|
<div class="itembox weaponset-box">
<div style="font-size:25px; font-weight:bold; color:rgb(234,226,176); margin-bottom:10px;">Medical</div>
}}<!--
-->(2)+1% HP Regeneration<br><!--
-->(3)+2% HP Regeneration<br><!--
-->(4)+3% HP Regeneration<br><!--
-->(5)+4% HP Regeneration<br><!--
-->(6)+5% HP Regeneration<!--
-->{{#ifeq:{{{hidebox}}}|1|<!--hidden-->|</div>}}
</onlyinclude></includeonly>


(2) +1% HP Regeneration<br>
<noinclude>
(3) +2% HP Regeneration<br>
Show stats for the [[Medical]] weapon set. Has an option to hide the surrounding box (<code>hidebox</code>).
(4) +3% HP Regeneration<br>
 
(5) +4% HP Regeneration<br>
=== Default ===
(6) +5% HP Regeneration<br>
<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