Template:Cosmetic/Infobox
The canonical infobox for cosmetic items — appearance-only gear with no stat block. Weapons/armor/accessories with stats use {{Infobox Gear}}
- tools use
{{Infobox Tool}}
. Parameter names match the game's own database keys in snake_case where applicable.
Usage
{{Infobox Cosmetic
| name = Aiko
| id = pet_cryptoweeb_misaki
| image = Aiko Icon.png
| slot = Follower
| rarity = 4
| craftable = No
| source = CryptoWeebs
| value = 0
| tradeable = No
| examine = Summons Pet
}}
Rules that are easy to get wrong
- No stat parameters. This template has none — if an item has stats, it isn't a cosmetic; use
{{Infobox Gear}}
instead.
- Capitalise
slotexactly —Head,Chest,Feet,Back,Follower. The category name is built from the value as typed, soslot = followerrenders fine but files into a broken category (e.g.Cosmetics - followerinstead ofCosmetics - Follower). Don't fork it — see Wiki:Categorisation. rarityis 0–5, same scale as{{Infobox Gear}}
, and drives both the name-bar colour and the icon glow.
- No
tier,subtype, or stat requirements. Cosmetics don't have these — don't add them just because Gear has them; they're not read by this template. sourceis cosmetic-only. Gear doesn't have this field. Use it for how the item is obtained — vendor name, event, battle pass, promo, etc.setis optional and only renders/categorises if the cosmetic is part of a named set.slot = Mountis valid alongside Head/Chest/Feet/Back/Follower.speed_multiplieris Mount-only. It's the one exception to "no stats" — mounts need their speed shown. Leave it blank for every other slot; a bare number, e.g.1.25, not a percent.
Categories it applies
All automatic, in article space only. Do not type any of them by hand.
| From | Category |
|---|---|
slot |
Category:Cosmetics
plus the slot's subcategory (Head/Chest/Feet/Back/Follower/Mount), built from the value as typed. |
set |
Set Set |
rarity |
Common / Uncommon / Rare / Epic / Legendary Items |
craftable=yes |
Category:Craftable Items |
blank image |
Category:Pages needing an image |
blank name or slot |
Category:Pages missing data |
For the page around the infobox — section order, icon naming, what may not be published — see Wiki:Item page guide.
Infobox for cosmetic items (Head, Chest, Feet, Back, Follower). No stat block — use Infobox Gear for items with stats.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | no description | String | required |
| Item ID | id | The internal itemName, e.g. pet_cryptoweeb_misaki | String | suggested |
| Icon file | image | Always "<Page title> icon.png" or similar | File | suggested |
| Image alt text | alt | no description | String | optional |
| Slot | slot | Head, Chest, Feet, Back, Follower or Mount — capitalise exactly, it is copied into the category name | String | required |
| Speed multiplier | speed_multiplier | Mount-only. Bare number, e.g. 1.25 for +25% speed. | Number | optional |
| Set | set | Name of the cosmetic set, if any | String | optional |
| Base rarity | rarity | 0–5. See Template:Rarity. | Number | suggested |
| Craftable | craftable | Yes/No — whether a crafting recipe exists | String | suggested |
| Sell value (gold) | value | no description | Number | optional |
| Tradeable | tradeable | Yes/No | String | optional |
| Source | source | How it's obtained: vendor, event, battle pass, etc. | String | suggested |
| Examine / flavour text | examine | The in-game item description | String | optional |