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


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

Default

{{Precise}}
{{Precise|hidebox=0}}

Precise
(2)+3% Crit Chance
(3)+6% Crit Chance
(4)+9% Crit Chance
(5)+12% Crit Chance
(6)+15% Crit Chance


Stats Only

{{Precise|hidebox=1}}

(2)+3% Crit Chance
(3)+6% Crit Chance
(4)+9% Crit Chance
(5)+12% Crit Chance
(6)+15% Crit Chance


No description.

Template parameters

ParameterDescriptionTypeStatus
Hide Box?hidebox

Enable to hide the box surrounding the stats

Booleansuggested