Template:Item: Difference between revisions
Jump to navigation
Jump to search
(Adding consistency from Block -> Item templates. Removed "Type" as an option as Armor/Tool/Gear as all do not need stackable nor renewable tags, and I can't be fucked to learn how to make ? cases in html/css (Netherite gear is not renewable, therefore the Voidscape gear is not as well. Likewise as to stackablity).) |
No edit summary |
||
(11 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]] | ||
|- | |- | ||
!Stackable | !Stackable | ||
|{{{stackable| | |{{{stackable|}}} | ||
|- | |- | ||
!Renewable | !Renewable | ||
|{{{renewable| | |{{{renewable|}}} | ||
|- | |- | ||
Line 17: | Line 17: | ||
|{{{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> |