Difference between revisions of "Template:Item"
From ComputerCraft Wiki
Magiczocker (Talk | contribs) (Created page with "{{Infobox |name={{{name|}}} |image={{{image|}}} |rows= {{#if:{{{renewable}}} | {{Infobox row|Renewable|{{{renewable}}}}} }} {{#if:{{{stackable}}} | {{Infobox row|Stackable|{{{...") |
Magiczocker (Talk | contribs) m |
||
Line 6: | Line 6: | ||
{{#if:{{{stackable}}} | {{Infobox row|Stackable|{{{stackable}}}}} }} | {{#if:{{{stackable}}} | {{Infobox row|Stackable|{{{stackable}}}}} }} | ||
{{#if:{{{data}}} | {{Infobox row|Data value|{{{data}}}}} }} | {{#if:{{{data}}} | {{Infobox row|Data value|{{{data}}}}} }} | ||
+ | {{#if:{{{damage}}} | {{Infobox row|Damage value|{{{damage}}}}} }} | ||
{{#if:{{{nameid}}} | {{Infobox row|Namespaced ID|{{{nameid}}}}} }} | {{#if:{{{nameid}}} | {{Infobox row|Namespaced ID|{{{nameid}}}}} }} | ||
}} | }} |