Template:Item: Difference between revisions

From Voidscape
Jump to navigation Jump to search
(Item infobox template)
 
No edit summary
 
(13 intermediate revisions by 2 users not shown)
Line 3: Line 3:


|-
|-
|colspan="2" style="background-color: #222"|{{{image|}}}
|colspan="2" style="background-color: #120E17;text-align:center"|[[Image:{{{image|Grid XX}}}.png|256px]]


|-
|-
!Type
!Stackable
|{{{type|}}}
|{{{stackable|}}}
 
|-
!Durability
|{{{durability|N/A}}}


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


|-
|-
Line 25: Line 17:
|{{{id|}}}
|{{{id|}}}
|}<noinclude>
|}<noinclude>
Template for creating pages on Items. By definition, an Item is an object that exclusively exists in the inventory.


Usage:
Usage:
<pre>
<pre>
{{Item
{{Item
|name= (optional, defaults to the article's title)
|name=Optional (Defaults to the Page Title)
|image= (filelink)
|image=File Name
|type= (item type, such as material, tool, or armor)
|stackable=Is the item stackable? (Yes/No)
|durability= (durability, defaults to N/A if none)
|renewable=Can the item be obtained infinitely? (Yes/No)
|renewable= (if the item can be infinitely obtained, yes/no)
|id=Registry ID (Use F3 + H in-game to obtain this)
|stackable= (if the item stacks, yes/no)
|id= (in-game id)
}}
}}
</pre>
</pre>
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Latest revision as of 22:47, 7 February 2024

Item
Stackable
Renewable
ID

Usage:

{{Item
|name=Optional (Defaults to the Page Title)
|image=File Name
|stackable=Is the item stackable? (Yes/No)
|renewable=Can the item be obtained infinitely? (Yes/No)
|id=Registry ID (Use F3 + H in-game to obtain this)
}}