Template:Item: Difference between revisions

From Voidscape
Jump to navigation Jump to search
m (no durability. use Template:Gear for that.)
(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).)
Line 6: Line 6:


|-
|-
!Type
!Stackable
|{{{type|}}}
|{{{stackable|Yes}}}


|-
|-
!Renewable
!Renewable
|{{{renewable|}}}
|{{{renewable|No}}}
 
|-
!Stackable
|{{{stackable|}}}


|-
|-
Line 27: Line 23:
<pre>
<pre>
{{Item
{{Item
|name= (optional, defaults to the article's title)
|name= Optional (Defaults to the Page Title)
|image= (filelink)
|image= [[image:FileLink.png]]
|type= (item type, such as material, tool, or armor)
|stackable= Is the item stackable? (Yes/No)
|renewable= (if the item can be infinitely obtained, yes/no)
|renewable= Can the item be obtained infinitely? (Yes/No)
|stackable= (if the item stacks, yes/no)
|id= In-Game ID (Use F3 + H for In-Game Tooltips)(See also: Template:Modid)
|id= (in-game id)
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 14:22, 13 November 2023

Item
Stackable Yes
Renewable No
ID

Template for creating pages on Items. By definition, an Item is an object that exclusively exists in the inventory.

Usage:

{{Item
|name= Optional (Defaults to the Page Title)
|image= [[image:FileLink.png]]
|stackable= Is the item stackable? (Yes/No)
|renewable= Can the item be obtained infinitely? (Yes/No)
|id= In-Game ID (Use F3 + H for In-Game Tooltips)(See also: Template:Modid)
}}