Template:Infobox item: Difference between revisions
Jump to navigation
Jump to search
m documentation clarify |
m oh PLEASE don't start doing this new line nonsense again. temporarily added html comment fix |
||
Line 7: | Line 7: | ||
{{infobox row|label=Type|field={{{type|?}}}}} | {{infobox row|label=Type|field={{{type|?}}}}} | ||
{{infobox row|label=Durability|field={{{durability|None}}}}} | {{infobox row|label=Durability|field={{{durability|None}}}}} | ||
{{infobox row|label=Stackable|field={{{stackable|?}}}}} | {{infobox row|label=Stackable|field={{{stackable|?}}}}}<!-- | ||
{{#if: {{{data1|}}} | {{infobox row|label=[[Data values|Data value]]{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!-- | -->{{#if: {{{data1|}}} | {{infobox row|label=[[Data values|Data value]]{{#if:{{{data2|}}}|s|}}|field={{{data|{{#if:{{{datadec|}}}|<!-- | ||
---->|{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!-- | ---->|{{#if:{{{data1name|}}}|'''{{{data1name|}}}'''<br />| }}<!-- | ||
----><sub>dec:</sub> {{{data1|00}}} <sub>hex:</sub> {{dec-hex|{{{data1|00}}} }}<br /><!-- | ----><sub>dec:</sub> {{{data1|00}}} <sub>hex:</sub> {{dec-hex|{{{data1|00}}} }}<br /><!-- | ||
Line 16: | Line 16: | ||
------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!-- | ------><sub>dec:</sub> {{{data2}}} <sub>hex:</sub> {{dec-hex|{{{data2}}} }}<!-- | ||
---->|}}<!-- | ---->|}}<!-- | ||
-->}} }}} }} }} | -->}} }}} }} }}<!-- | ||
{{#if: {{{data|}}} | {{infobox row|label=[[Data_Values|Data value]]|field={{dv|{{{data}}} }} }} }} | -->{{#if: {{{data|}}} | {{infobox row|label=[[Data_Values|Data value]]|field={{dv|{{{data}}} }} }} }}<!-- | ||
{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data_Values|Data values]]|field={{{multipledata}}} }} }} | -->{{#if: {{{multipledata|}}} | {{infobox row|label=[[Data_Values|Data values]]|field={{{multipledata}}} }} }} | ||
}}<noinclude> | }}<noinclude> | ||
== Documentation == | == Documentation == |
Revision as of 17:15, 28 January 2011
Documentation
This template provides a uniform design for useable item pages. When an item restores health, it is recommended to use Template:Food instead.
{{Item |name= |image= |invimage= |type= |durability= |stackable= |data= }}
Please note that if the item has multiple data values, use |multipledata=
instead. See below:
Parameter | Function | Default/Example value |
---|---|---|
name |
Optional value to use a different name instead of the page name | {{BASEPAGENAME}}
|
image |
Image of the item (Should be 150x150px) | No image.png |
invimage |
Image for object in inventory (Should be 36x36px) | None |
type |
Type (Weapon, Ranged Weapon, Craftable Item, Tool, etc. ) | ? |
durability |
How durable the item is | None |
stackable |
Stackable | ? |
data |
Single decimal data value | 00 |
multipledata |
Multiple decimal data values | {{dv|00|Item1}} {{dv|00|Item2}} |