Difference between revisions of "Template:Item infobox"
Jump to navigation
Jump to search
| Line 40: | Line 40: | ||
| crafting material = [[Category:Crafting materials]] | | crafting material = [[Category:Crafting materials]] | ||
| quest item = [[Category:Quest items]] | | quest item = [[Category:Quest items]] | ||
| + | | gambler's card = [[Category:Cards]] | ||
<!-- usable --> | <!-- usable --> | ||
| toy = [[Category:Toys]] | | toy = [[Category:Toys]] | ||
Revision as of 02:27, 1 November 2022
Description
Outlines an item page, including the title, infobox, description quote, etc. Sets SMW properties.
Usage
{{Item infobox
| name =
| icon =
| type =
| quality =
| level =
| slot =
| description =
| cooldown =
| uses =
| redeemable =
| set size =
| implicit =
| stat1 =
| stat2 =
| stat3 =
| stat4 =
| stat5 =
| effect =
| append =
}}
Parameters
All parameters are optional.
- name
- Item name. Defaults to
{{PAGENAME}}. - icon
- Item icon filename. Defaults to
File:<name>.png - type
- Item type
- quality
- Item quality, one of Common, Magic, Rare, Epic, Legendary
- level
- Item level (if fixed)
- slot
- Item slot, see Property:Has item slot for values list
- description
- Item in-game description.
- cooldown
- Full item cooldown duration. Preferably taken from inspecting the item data. Understands minutes, seconds, ticks.
- uses
- Number of uses if not infinite
- redeemable
- y/n. When redeemed, the item is stored in the cosmetics inventory
- set size
- For Cards
- implicit, stat1, stat2, ..., stat5
- Stat rows. Plain text
- effect
- Effect text
- append
- Append more elements (used for weapon abilities)