|
|
| Line 11: |
Line 11: |
| {{ #if: {{{multipledata|}}} | {{infobox row|label=[[Data_Values|Data values]]|field={{{multipledata}}} }} }} | | {{ #if: {{{multipledata|}}} | {{infobox row|label=[[Data_Values|Data values]]|field={{{multipledata}}} }} }} |
| }}<includeonly>{{#if:{{{type|}}}|[[Category:{{{type}}}{{!}}{{PAGENAME}}]]}}</includeonly><noinclude> | | }}<includeonly>{{#if:{{{type|}}}|[[Category:{{{type}}}{{!}}{{PAGENAME}}]]}}</includeonly><noinclude> |
| == Documentation ==
| | {{/doc}} |
| | |
| This template provides a uniform design for usable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. <pre>
| |
| {{Item | |
| |name=
| |
| |image=
| |
| |invimage=
| |
| |type=
| |
| |durability=
| |
| |stackable=
| |
| |data=
| |
| }}</pre>
| |
| | |
| Please note that if the item has multiple data values, use <code><nowiki>|multipledata=</nowiki></code> instead. See below:
| |
| | |
| {| class=grid
| |
| ! Parameter
| |
| ! Function
| |
| ! Default/Example value
| |
| |-
| |
| | <code>name</code> || Optional value to use a different name instead of the page name || <code><nowiki>{{BASEPAGENAME}}</nowiki></code>
| |
| |-
| |
| | <code>image</code> || Image of the item (Should be 150x150px) || [[:File:No image.png|No image.png]]
| |
| |-
| |
| | <code>invimage</code> || Image for object in inventory (Should be 36x36px) || ''None''
| |
| |-
| |
| | <code>type</code> || Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) || ?
| |
| |-
| |
| | <code>durability</code> || How durable the item is || N/A
| |
| |-
| |
| | <code>stackable</code> || Stackable || ?
| |
| |-
| |
| | <code>data</code> || Single decimal data value || 00
| |
| |-
| |
| | <code>multipledata</code> || Multiple decimal data values || <pre>{{dv|00|Item1}}
| |
| {{dv|00|Item2}}</pre>
| |
| |}
| |
| | |
| == See also ==
| |
| {{Infobox see also}}
| |
|
| |
|
| [[Category:Infobox templates]]</noinclude> | | [[Category:Infobox templates]]</noinclude> |