Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Item: Difference between revisions

Template page
m Added currency type
added tradeable parameter
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<infobox>
<infobox>
   <title source="title">
   <title source="title">
    <default>{{PAGENAME}}</default>
<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>
<label>Rarity</label>
   </data>
   </data>
   <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>
<includeonly>[[Category:Item]]</includeonly>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 21: Line 28:
"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 39: Line 53:
"{{Type|Quest Scroll}}",
"{{Type|Quest Scroll}}",
"{{Type|Consumable}}",
"{{Type|Consumable}}",
"{{Type|Currency}}"
"{{Type|Currency}}",
"{{Type|Material}}"
]
]
},
"tradeable": {
"label": "Tradeable",
"description": "Whether the item is tradeable",
"type": "string",
"example": "yes"
}
}
},
},
Line 46: Line 67:
"paramOrder": [
"paramOrder": [
"image",
"image",
"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

Template parameters[Edit template data]

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Imageimage

Image of the item

Unknownsuggested
Descriptiondescription

Description of the item from its tooltip

Example
A powerful key used to open the mysterious Mastery Gate.
Stringsuggested
Rarityrarity

Rarity of the item

Example
{{Rarity|common}}
Stringsuggested
Typetype

Type of the item

Suggested values
{{Type|Openable}} {{Type|Quest Scroll}} {{Type|Consumable}} {{Type|Currency}} {{Type|Material}}
Example
{{Type|openable}}
Stringsuggested
Tradeabletradeable

Whether the item is tradeable

Example
yes
Stringoptional