Template:Infobox Armour
The armour infobox — the canonical infobox for every equippable armour piece. It shows the defence panel, stat bonuses and skill requirements, colours the name bar by rarity, and auto-categorises the host page by slot and rarity.
Usage
{{Infobox Armour
| name =
| image =
| alt =
| type =
| slot =
| set =
| rarity =
| itemlevel =
| defense =
| resistances =
| maxhp =
| damage =
| dodge =
| csc =
| csd =
| cdr =
| buffpower =
| heavyhitchance =
| speed =
| strength_req =
| dexterity_req =
| knowledge_req =
| marksmanship_req =
| technology_req =
| cooking_req =
| tradeable =
| value =
| examine =
}}
Parameters
| Parameter | Required | Description |
|---|---|---|
name |
Yes | Exact in-game armour name; the rarity-coloured header. |
image |
Recommended | Sprite file name without File:. Falls back to the wiki logo and tags Category:Pages needing an image.
|
alt |
No | Image alt text. |
type |
No | Category label (defaults to Armour).
|
slot |
Yes | Equip slot — Head, Chest, Legs, Feet, Hands, Back. Drives the Armour - <slot> subcategory.
|
set |
No | Armour set this piece belongs to (wiki-linked). |
rarity |
Yes | Common/Uncommon/Rare/Epic/Legendary. Name-bar colour + rarity category.
|
itemlevel |
No | Item level. |
defense |
Recommended | Defence rate (shown with a leading +).
|
resistances |
No | Free-text resistances line. |
maxhp, damage, dodge, csc, csd, cdr, buffpower, heavyhitchance, speed |
No | Stat bonuses shown with a leading +.
|
strength_req … cooking_req |
No | Skill level requirements to equip (same set as Template:Infobox Weapon). |
tradeable |
No | Yes/No.
|
value |
No | Sell value in gold. |
examine |
No | Flavour line (alias: description).
|
Versions / switch pattern
Same mechanism as the other item infoboxes: base uses unsuffixed parameters, alternates use a numeric suffix (name2, defense2, …) with an optional version2 label, and | sel = 2 selects the alternate.
Categories applied
On an article: Category:Armour, [[:Category:Armour - <slot>]] (if given), and the rarity category. Hidden maintenance: Category:Pages needing an image when image is blank; Category:Pages missing data when any of name, rarity or slot is blank.
Canonical armour infobox: defence panel, stat bonuses, requirements, rarity colouring, sel/version switch, auto-categorisation by slot + rarity.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Image | image | no description | File | suggested |
| Alt text | alt | no description | String | optional |
| Type | type | no description | String | optional |
| Slot | slot | Head / Chest / Legs / Feet / Hands / Back | String | required |
| Armour set | set | no description | String | optional |
| Rarity | rarity | no description | String | required |
| Item level | itemlevel | no description | String | optional |
| Defence rate | defense | no description | String | suggested |
| Resistances | resistances | no description | String | optional |
| Max health | maxhp | no description | String | optional |
| Damage | damage | no description | String | optional |
| Dodge chance | dodge | no description | String | optional |
| Critical strike chance | csc | no description | String | optional |
| Critical strike damage | csd | no description | String | optional |
| Cooldown reduction | cdr | no description | String | optional |
| Buff power | buffpower | no description | String | optional |
| Heavy hit chance | heavyhitchance | no description | String | optional |
| Movement speed | speed | no description | String | optional |
| Strength requirement | strength_req | no description | String | optional |
| Dexterity requirement | dexterity_req | no description | String | optional |
| Knowledge requirement | knowledge_req | no description | String | optional |
| Marksmanship requirement | marksmanship_req | no description | String | optional |
| Technology requirement | technology_req | no description | String | optional |
| Cooking requirement | cooking_req | no description | String | optional |
| Tradeable | tradeable | no description | String | optional |
| Sell value | value | no description | String | optional |
| Examine | examine | no description | String | optional |
| Selected version | sel | no description | String | optional |