Template:Infobox/Armour/doc

From Wynncraft Wiki
Jump to navigation Jump to search
Template-info.svg Documentation

This template creates an infobox for armour.

Usage

To use this template, add to page this code:

{{Infobox/Armour
| name=
| image=
| item=
| level=
| type= [Normal, Unique, Rare, Legendary, Mythic, Set]
| health=
| slots=
| obtain= [Quest Reward, Merchant, Loot Chest, Discontinued, Mob Drop, Nonspecific]
| tag= [Quest Item, Untradable, None]
| earth= *
| thunder= *
| water= *
| fire= *
| air= *
| r_strength = *
| r_dexterity = *
| r_intelligence = *
| r_defense = *
| r_agility = *
| r_quest = *
| otherinfo= *
}}

Note: If there are arguments after the equal sign, you can fill in that specific field using one of those arguments (case sensitive) and receive the corresponding color to the text.

  • For example: If you wrote Mythic under the type field, then Mythic will be shown when changes are saved.
  • You don't need to use one of the arguments given, they are simply there for convenience.

Note: * means optional. Please don't include the * when writing the field though

Parameters

Argument Description
name The item name, default to the page name if blanked. the Rarity Template should be used to color the items name to its corresponding type.
image The image for the infobox, fill with [[File:<ImageName.extension>]] or with the ArmourIcon Template.
item The kind of armour the item is (e.g. Iron Leggings, Diamond Chestplate).
type The armour type. Should be Normal, Unique, Rare, Legendary, Mythic, or Set.
level The minimum level it is possible to wear this armour piece.
health The base Health bonus given by the armour while worn.
earth An optional field for Earth Defense amount.
thunder An optional field for Thunder Defense amount.
water An optional field for Water Defense amount.
fire An optional field for Fire Defense amount.
air An optional field for Air Defense amount.
slots Number of Powder Slots available.
obtain How the armour can be obtained: Nonspecific, Mob Drop, Quest Reward, Discontinued, Loot (chest), Merchant, or Other.
tag Any special tags the armour has: Untradable, Quest Item, or None.
r_ Could be, for example, r_dexterity. The prefix "r_" stands for requirement (to avoid confusion) and the suffix would be the requirement. If r_dexterity = 20, for example, then it'd display: "Dexterity: Minimum: 20".
otherinfo Any other information (e.g. Contest Reward).
noCategory If set to any value, the page will not be automatically categorised.

Example

Admiral

Item Information
Item Type Iron Chestplate
Min. Level 67
Rarity Legendary
Powder Slots 2 ()
Tag Untradable
Obtain Galleon's Graveyard Dungeon Merchant
Base Defenses
Health Bonus +1500

Earth
+45

Thunder
+45

Water
+45

Fire
+45

Air
+45
Requirements
Strength Min: 12
Dexterity Min: 12
Intelligence Min: 12
Defense Min: 12
Agility Min: 12
{{Infobox/Armour
| name= Admiral
| item= Chestplate
| level= 67
| health = +1500
| type= Legendary
| slots= 2
| obtain= [[Dungeon Merchant#Galleon's Graveyard|Galleon's Graveyard Dungeon Merchant]]
| tag= Untradable
| r_strenght = 12
| r_intelligence = 12
| r_dexterity = 12
| r_agility = 12
| r_defense = 12
| earth = +45
| thunder = +45
| water = +45
| air = +45
| fire = +45
| material = Iron
| color = 160,101,64
| r_strength = 12
}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.