Difference between revisions of "Template:Armor"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(Created page with "<includeonly>{| class="wikitable" style="{{{style|float:right;}}} margin-left: 100px;" !colspan="2"|{{{name| {{BASEPAGENAME}} }}} |- |colspan="2" style="background-color: #22...")
 
(Update. Mimics Androsa's changes)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable" style="{{{style|float:right;}}} margin-left: 100px;"
<includeonly>{| class="wikitable" id="armorInfobox" style="float:right; margin-left: 100px;"
!colspan="2"|{{{name| {{BASEPAGENAME}} }}}
!colspan="2" style="font-size: 1.4em;"|{{{name| {{BASEPAGENAME}} }}}


|-
|-
|colspan="2" style="background-color: #222"|[[File:{{{image|!.png}}}|center|256px|link=|{{{image|}}}]]
|colspan="2" style="background-color: #222; padding: 35px"|[[File:{{{image|Unknown.png}}}|center|128px]]
 
|-
!Type
|{{{type|}}}


|-
|-
Line 20: Line 16:
!Armor Toughness
!Armor Toughness
|{{{toughness|N/A}}}
|{{{toughness|N/A}}}
|-
!Enchantability
|{{{enchant|N/A}}}


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


|-
|-
!ID
!ID
|{{{id|}}}
|twilightforest:{{{id|}}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
Usage:
This template is used to make a nice table for anything relating to the Armour and their related pages.<br>
Here is a general breakdown of how to use this template:
<pre>
<pre>
{{Armor
{{Armor
|style= (used to orientate the table's styling, use only if you're a pro)
|name=       <!-- The Name of this item (Optional) -->
|name= (optional, defaults to the article's title)
|image=       <!-- The Image file of this item      -->
|image= (filelink)
|durability= <!-- The Durablity this item has      -->
|type= (tool type)
|armor=       <!-- The Armor Value                  -->
|durability= (durability, defaults to N/A if none)
|toughness=   <!-- The Armor Toughness Value        -->
|damage= (damage, defaults to N/A if none)
|enchant=     <!-- The Item's Enchantability        -->
|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>


{{Armor
{{Armor
|style=  
|name= Fiery Leggings
|image= Fiery Leggings.png
|durability= 375
|armor= 7
|toughness= 1.5
|enchant= 10
|renewable= No
|id= fiery_leggings
}}
}}
==Style Guide==
* '''Do''' use isometric renders of items. Images should be no more than 256px with a transparent background.
* '''Do''' use the correct image name for the <code>image</code> parameter. An incorrect name will lead to display errors.
* '''Do''' use correct grammar for parameter input. All words not pertaining to <code>id</code> should be capitalized.
* '''Do not''' insert incorrect data. Before submitting a change, consult with appropriate parties to verify values. Intentional disruption of data will result in a block.
* '''Do not''' assume values for parameters. Values should be used from in-game data or code.
* '''Do not''' use screenshots or excessively large images for the <code>image</code> parameter.
* '''Do not''' use HTML markdown to alter the template. Changes must be approved for the template.
* '''Do not''' insert more information than what the infobox is capable of holding. Additional information must be input in text description.


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

Latest revision as of 14:31, 12 June 2024

This template is used to make a nice table for anything relating to the Armour and their related pages.
Here is a general breakdown of how to use this template:

{{Armor
|name=        <!-- The Name of this item (Optional) -->
|image=       <!-- The Image file of this item      -->
|durability=  <!-- The Durablity this item has      -->
|armor=       <!-- The Armor Value                  -->
|toughness=   <!-- The Armor Toughness Value        -->
|enchant=     <!-- The Item's Enchantability        -->
|renewable=   <!-- Is this item renewable? Yes/No   -->
|id=          <!-- The ID of the item               -->
}}
Fiery Leggings
Fiery Leggings.png
Durability 375
Armor 7
Armor Toughness 1.5
Enchantability 10
Renewable No
ID twilightforest:fiery_leggings

Style Guide[edit]

  • Do use isometric renders of items. Images should be no more than 256px with a transparent background.
  • Do use the correct image name for the image parameter. An incorrect name will lead to display errors.
  • Do use correct grammar for parameter input. All words not pertaining to id should be capitalized.
  • Do not insert incorrect data. Before submitting a change, consult with appropriate parties to verify values. Intentional disruption of data will result in a block.
  • Do not assume values for parameters. Values should be used from in-game data or code.
  • Do not use screenshots or excessively large images for the image parameter.
  • Do not use HTML markdown to alter the template. Changes must be approved for the template.
  • Do not insert more information than what the infobox is capable of holding. Additional information must be input in text description.