Editing Template:Infobox stat/docGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
==Overview== | ==Overview== | ||
A | A stat box is created similar to the display seen in the shop when hovering over each stat category (Weapon, Vitality, Spirit). | ||
When hovered, a box appears to the right that contains a table with specified cell values, preferably containing an icon, stat prefix, value, postfix, and name. | When hovered, a box appears to the right that contains a table with specified cell values, preferably containing an icon, stat prefix, value, postfix, and name. | ||
===Examples=== | ===Examples=== | ||
<pre>{{ | <pre>{{StatBox | ||
|box_name = CitadelCategoryWeapon | |box_name = CitadelCategoryWeapon | ||
|box_rgb = 213, 144, 63 | |box_rgb = 213, 144, 63 | ||
| Line 14: | Line 14: | ||
<br>Outputs<br> | <br>Outputs<br> | ||
{{ | {{StatBox | ||
|box_name = CitadelCategoryWeapon | |box_name = CitadelCategoryWeapon | ||
|box_rgb = 213, 144, 63 | |box_rgb = 213, 144, 63 | ||
| Line 21: | Line 21: | ||
}} | }} | ||
<br>See [[ | <br>See [[Template:StatBoxes]] which creates all 3 for a given hero dynamically using their stats and scalings<br> | ||
===Parameters=== | ===Parameters=== | ||
| Line 30: | Line 30: | ||
"params": { | "params": { | ||
"box_name": { | "box_name": { | ||
"description": "Unlocalized name of the | "description": "Unlocalized name of the StatBox which will be localized to both the label and the image. ", | ||
"example": "CitadelCategoryWeapon", | "example": "CitadelCategoryWeapon", | ||
"type": "string" | "type": "string" | ||