Difference between revisions of "Template:Tool"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(Polish the template)
m (General Updates. Tools are not able to be stacked, therefore stackability has no purpose in this template. Type is also unnecessary, as if you cannot tell that a "Fiery Pickaxe" is a Pickaxe, then go home and talk with your parents <3.)
Line 4: Line 4:
|-
|-
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]
|colspan="2" style="background-color: #222; padding: 35px;"|[[File:{{{image|Unknown.png}}}|center|128px]]
|-
!Type
|{{{type|}}}


|-
|-
Line 24: Line 20:
!Renewable
!Renewable
|{{{renewable|}}}
|{{{renewable|}}}
|-
!Stackable
|{{{stackable|}}}


|-
|-
Line 36: Line 28:
<pre>
<pre>
{{Tool
{{Tool
|name= (optional, defaults to the article's title)
|name=       <!-- The Name of this item (Optional) -->
|image= (filelink)
|image=       <!-- The Image file of this item      -->
|type= (tool type)
|durability= <!-- The Durablity this item has      -->
|durability= (durability, defaults to N/A if none)
|damage=     <!-- The Attack Damage Value          -->
|damage= (damage, defaults to N/A if none)
|speed=       <!-- The Attack Speed Value          -->
|speed= (speed, defaults to N/A if none)
|renewable=   <!-- Is this item renewable? Yes/No  -->
|renewable= (yes/no)
|id=         <!-- The ID of the item              -->
|stackable= (yes/no)
|id= (in-game id)
}}
}}
</pre>
</pre>


{{Tool
{{Tool
|style=  
|name=Mazebreaker
|image=Mazebreaker.png
|durability=1561
|damage=5
|speed=1.2
|renewable=No
|id=mazebreaker_pickaxe
}}
}}


[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 10:38, 21 February 2024

Usage:

{{Tool
|name=        <!-- The Name of this item (Optional) -->
|image=       <!-- The Image file of this item      -->
|durability=  <!-- The Durablity this item has      -->
|damage=      <!-- The Attack Damage Value          -->
|speed=       <!-- The Attack Speed Value           -->
|renewable=   <!-- Is this item renewable? Yes/No   -->
|id=          <!-- The ID of the item               -->
}}
Mazebreaker
Mazebreaker.png
Durability 1561
Attack Damage 5
Attack Speed 1.2
Renewable No
ID mazebreaker_pickaxe