Template:Infobox Stat
Appearance
The right-rail box on a stat's own page — the 36 pages behind every {{Stat}}
link.
Usage
{{Infobox Stat
| name = Power
| key = power
| primary = yes
| scope = Global
| calculation = Additive
}}
keymust be the game's ownsnake_casekey and must match the entry in Module:Gear/data. It is what ties the page to every{{Stat|power}}link on the wiki.primary=yesonly for the six primaries — Power, Precision, Focus, Ferocity, Vitality, Will. It changes the subtitle and adds the page to Category:Primary stats
.
- One page per stat, except the resistances, which all share Resistances. Precision's page is Precision (stat); plain Precision is an old relic page.
scopedistinguishes a global stat from one that only boosts a single ability — see Ability Affinity Stats.calculationis Additive or Multiplicative. Fillcapin only where the game states one.
The template files the page into Category:Stats , adds Category:Primary stats
where applicable, and stamps Category:Pages missing data whennameorkeyis blank. Do not type those categories by hand.
Infobox for a gear stat page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Stat name | name | no description | String | required |
| Internal key | key | snake_case game key, e.g. attack_speed | String | required |
| Unit | unit | % for percentage stats, blank for flat | String | optional |
| Primary stat | primary | yes for the six primaries | String | optional |
| Scope | scope | Global / Global and affinity | String | optional |
| Calculation | calculation | Additive or Multiplicative | String | optional |
| Default value | default | no description | String | optional |
| Cap | cap | e.g. 40% | String | optional |