Template:Item: Difference between revisions
Jump to navigation
Jump to search
m (mass removed "(See also: Template:Modid)" from id= usage thing since there's no point in showing it off if it's actually in all of the templates now :)) |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|- | |- | ||
|colspan="2" style="background-color: # | |colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|Grid XX}}}.png|256px]] | ||
|- | |- | ||
Line 15: | Line 15: | ||
|- | |- | ||
!ID | !ID | ||
| | |{{{id|}}} | ||
|}<noinclude> | |}<noinclude> | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
{{Item | {{Item | ||
|name= Optional (Defaults to the Page Title) | |name=Optional (Defaults to the Page Title) | ||
|image= | |image=File Name | ||
|stackable= Is the item stackable? (Yes/No) | |stackable=Is the item stackable? (Yes/No) | ||
|renewable= Can the item be obtained infinitely? (Yes/No) | |renewable=Can the item be obtained infinitely? (Yes/No) | ||
|id= | |id=Registry ID (Use F3 + H in-game to obtain this) | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |