|
|
(168 intermediate revisions by 46 users not shown) |
Line 1: |
Line 1: |
| {{infobox common | | {{#invoke:infobox|infobox |
| | title = {{{name|{{BASEPAGENAME}}}}} | | | defaultimagesize = 160px |
| | imagearea = | | | defaultimageclass = pixel-image |
| [[File:{{{image|No image.png}}}|150px|center]]
| | | invimage = title |
| {{#if:{{{invimage|}}}|<br />[[File:{{{invimage}}}|36px|center]]}}
| |
| | rows = | | | rows = |
| {{infobox row|label=Type|field={{{type|?}}}}} | | {{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|[[MCE:Rarity|Rarity]]|[[Rarity|Rarity color]]}}|field={{{rarity|Common}}} }} |
| {{infobox row|label=Durability|field={{{durability|None}}}}} | | {{#if: {{{durability|}}} | {{infobox row|label=[[Durability]]|field={{{durability}}} }} }}<includeonly> |
| {{infobox row|label=Stackable|field={{{stackable|?}}}}}<!-- | | {{infobox row|label=[[Renewable resource|Renewable]]|field={{ #if: {{{renewable|}}} | {{{renewable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing renewability]]}} }} }} |
| -->{{#if: {{{data1|}}} | {{infobox row|label=[[Data values|Data value]]{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!--
| | {{infobox row|label=Stackable|field={{ #if: {{{stackable|}}} | {{{stackable}}} | ? {{#if:{{{nocat|}}}||[[Category:Missing stackability]]}} }} }}</includeonly> |
| ---->|{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!--
| | {{ #if: {{{heals|}}} | {{infobox row|label=[[Food|Restores]]|field={{{heals}}} }} }} |
| ----><sub>dec:</sub> {{{data1|00}}} <sub>hex:</sub> {{dec-hex|{{{data1|00}}} }}<br /><!--
| | {{ #if: {{{effects|}}} | {{infobox row|label=[[Status effect]]s|field={{{effects}}} }} }} |
| The optional second data value.
| |
| ---->{{#if:{{{data2|}}}|<!--
| |
| ------>{{#if:{{{data2name|}}}|'''{{{data2name|}}}'''<br />| }}<!--
| |
| ------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!--
| |
| ---->|}}<!--
| |
| -->}} }}} }} }}<!--
| |
| -->{{#if: {{{data|}}} | {{infobox row|label=[[Data_Values|Data value]]|field={{dv|{{{data}}} }} }} }}<!--
| |
| -->{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data_Values|Data values]]|field={{{multipledata}}} }} }}
| |
| }}<noinclude> | | }}<noinclude> |
| == Documentation ==
| | <!-- categories/interwikis on the /doc subpage, not here --> |
| | | {{Documentation}} |
| This template provides a uniform design for useable item pages. When an item restores health, it is recommended to use [[Template:Food]] instead. <pre>
| | </noinclude> |
| {{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 || None
| |
| |-
| |
| | <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>
| |
| |}
| |
| | |
| [[Category:Templates]]</noinclude>
| |