Template:Item: Difference between revisions
Template page
More actions
TheMysterys (talk | contribs) m Added Material |
Added description parameter, for use in some select items (e.g. Mastery Key) |
||
Line 1: | Line 1: | ||
<infobox> | <infobox> | ||
<title source="title"> | <title source="title"> | ||
<default>{{PAGENAME}}</default> | |||
</title> | </title> | ||
<image source="image"> | <image source="image"> | ||
<caption source="caption"/> | <caption source="caption"/> | ||
</image> | </image> | ||
<data source="description"> | |||
<format><center>{{{description}}}</center></format> | |||
</data> | |||
<data source="rarity"> | <data source="rarity"> | ||
<label>Rarity</label> | |||
</data> | </data> | ||
<data source="type"> | <data source="type"> | ||
<label>Type</label> | |||
</data> | </data> | ||
</infobox> | </infobox> | ||
Line 22: | Line 25: | ||
"description": "Image of the item", | "description": "Image of the item", | ||
"suggested": true | "suggested": true | ||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "Description of the item from its tooltip", | |||
"type": "string", | |||
"suggested": true, | |||
"example": "A powerful key used to open the mysterious Mastery Gate." | |||
}, | }, | ||
"rarity": { | "rarity": { | ||
Line 48: | Line 58: | ||
"paramOrder": [ | "paramOrder": [ | ||
"image", | "image", | ||
"description", | |||
"rarity", | "rarity", | ||
"type" | "type" |
Revision as of 10:59, 13 October 2023
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 |