Difference between revisions of "Template:Item"
Jump to navigation
Jump to search
m (allowing arguments) |
m (added usage) |
||
Line 24: | Line 24: | ||
|ID | |ID | ||
|{{{id}}} | |{{{id}}} | ||
|} | |}<noinclude> | ||
Usage: | |||
<pre> | |||
{{Item | |||
|image= (filelink) | |||
|type= (item type) | |||
|durability= (durability, N/A if none) | |||
|renewable= (yes/no) | |||
|stackable= (yes/no) | |||
|id= (in-game id) | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]] | |||
</noinclude> |
Revision as of 13:38, 25 September 2017
Item | |
---|---|
{{{image}}} | |
Type | {{{type}}} |
Durability | {{{durability}}} |
Renewable | {{{renewable}}} |
Stackable | {{{stackable}}} |
ID | {{{id}}} |
Usage:
{{Item |image= (filelink) |type= (item type) |durability= (durability, N/A if none) |renewable= (yes/no) |stackable= (yes/no) |id= (in-game id) }}