Template:Item: Difference between revisions
Template page
More actions
Added description parameter, for use in some select items (e.g. Mastery Key) |
added tradeable parameter |
||
Line 14: | Line 14: | ||
<data source="type"> | <data source="type"> | ||
<label>Type</label> | <label>Type</label> | ||
</data> | |||
<data source="tradeable"> | |||
<format><center>[[File:Tradeable.png|x18px|alt=Tradeable]]</center></format> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 53: | Line 56: | ||
"{{Type|Material}}" | "{{Type|Material}}" | ||
] | ] | ||
}, | |||
"tradeable": { | |||
"label": "Tradeable", | |||
"description": "Whether the item is tradeable", | |||
"type": "string", | |||
"example": "yes" | |||
} | } | ||
}, | }, | ||
Line 60: | Line 69: | ||
"description", | "description", | ||
"rarity", | "rarity", | ||
"type" | "type", | ||
"tradeable" | |||
], | ], | ||
"format": "block" | "format": "block" |
Latest revision as of 11:42, 18 August 2025
Adds a item infobox to the page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image | image | Image of the item | Unknown | suggested |
Description | description | Description of the item from its tooltip
| String | suggested |
Rarity | rarity | Rarity of the item
| String | suggested |
Type | type | Type of the item
| String | suggested |
Tradeable | tradeable | Whether the item is tradeable
| String | optional |