Template:Infobox Item/doc
This is the generic item infobox — the canonical fallback for any item that does not have a more specific infobox (Weapon, Armour, Consumable, Relic). It renders a right-rail infobox, colours the name bar by rarity, and auto-categorises the host page.
Usage
Paste the block below at the very top of the article and fill in what you can source from current game data. Leave a field blank if unknown — the infobox will stamp the page into the hidden maintenance queues rather than show a wrong value.
{{Infobox Item
| name =
| image =
| alt =
| id =
| type =
| rarity =
| itemlevel =
| tradeable =
| stackable =
| value =
| source =
| maxhp =
| damage =
| defense =
| dodge =
| csc =
| csd =
| cdr =
| buffpower =
| heavyhitchance =
| speed =
| hacking =
| hackingtime =
| hackingreward =
| examine =
}}
Parameters
| Parameter | Required | Description |
|---|---|---|
name |
Yes | Exact in-game item name. Also the rarity-coloured header. |
image |
Recommended | Sprite/icon file name, without the File: prefix (e.g. Health flask.png). Falls back to the wiki logo and tags Category:Pages needing an image.
|
alt |
No | Alt text for the image (defaults to the name). |
id |
No | In-game item identifier. |
type |
No | Free-text type label shown under the name (e.g. Key item).
|
rarity |
No | One of Common, Uncommon, Rare, Epic, Legendary (case-insensitive). Drives the name-bar colour and the rarity category.
|
itemlevel |
No | Item level. |
tradeable / stackable |
No | Yes/No.
|
value |
No | Sell value in gold. |
source |
No | Where the item comes from (short label; use the body table for the full list). |
maxhp, damage, defense, dodge, csc, csd, cdr, buffpower, heavyhitchance, speed |
No | Optional stat block, carried over from the legacy ItemInfoboxSeq so any stat item can migrate here. csc/csd = critical strike chance/damage, cdr = cooldown reduction, speed = movement speed.
|
hacking, hackingtime, hackingreward |
No | Hacking power / time / time reward. |
examine |
No | Flavour/examine line. description is accepted as an alias.
|
Versions / switch pattern
The infobox supports multiple variants on one page. Define alternate values with a suffix and select which to show with sel:
- Base (default) version uses the unsuffixed parameters.
- An alternate version uses the same parameter names with a suffix equal to its
selvalue, e.g.name2,image2,damage2, plus an optional labelversion2. - Passing
| sel = 2renders that version; omittingselrenders the base.
Every displayed field honours the suffix, so one page can document, for example, a base and an upgraded form without forking.
Categories applied
When placed on an article (main namespace) the template adds:
- Category:Items
- the rarity category — Category:Common items … Category:Legendary items — from
rarity. - Hidden maintenance: Category:Pages needing an image when
imageis blank; Category:Pages missing data when the requirednameis blank.
Canonical generic item infobox. Renders a right-rail infobox, colours the header by rarity, supports a sel/version switch, and auto-categorises the page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Exact in-game item name | String | required |
| Image | image | Sprite file name without the File: prefix | File | suggested |
| Alt text | alt | no description | String | optional |
| Item ID | id | no description | String | optional |
| Type | type | no description | String | optional |
| Rarity | rarity | Common / Uncommon / Rare / Epic / Legendary | String | suggested |
| Item level | itemlevel | no description | String | optional |
| Tradeable | tradeable | no description | String | optional |
| Stackable | stackable | no description | String | optional |
| Sell value | value | no description | String | optional |
| Source | source | no description | String | optional |
| Max health | maxhp | no description | String | optional |
| Damage | damage | no description | String | optional |
| Defence | defense | 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 |
| Hacking power | hacking | no description | String | optional |
| Hacking time | hackingtime | no description | String | optional |
| Hacking time reward | hackingreward | no description | String | optional |
| Examine | examine | Flavour line (alias: description) | String | optional |
| Selected version | sel | Which version suffix to render (blank = base) | String | optional |