Item Template

Revision as of 13:47, 15 April 2014 by >Arkalor's Bot (Text replace - "{{Crafting" to "{{Item | Category 1 = | Category 2 = ")

Related topics: Page Templates, Wiki Templates, {{Item}}

Equipment items have Page Templates specifically for them. This is a general item template that can be adapted all other items.

Wiki Code

{{Item
 |               Name = 
 |              Value = 
 |             Burden = 
 |
 |   Bonus to Healing = 
 |  Restoration Bonus = 
 |     Number of Uses = 
 |
 |        Description = 
 |
 |           Restores = 
 |
 |        Stored Mana = 
 |         Efficiency = 
 | Destruction Chance = 
 |
 |   Holds Containers = 
 |    Holds Max Items = 
 | Locked or Unlocked = 
 |    Lock Difficulty = 
 |         Resistance = 
 |
 |             Spells = 
 |           Cooldown = 
 | Special Properties = 
 |     Cannot Be Sold = 
 |    Usage Level Req = 
 |          Level Req = 
 |           Base Req = 
 |         Base Req 2 = 
 |         Buffed Req = 
 |        Special Req = 
 |    Activation Reqs = 
 |         Item Level = 
 |            Item XP = 
 |  Recommended Level = 
 |         Spellcraft = 
 |               Mana = 
 |          Mana Cost = 
 |
 |    Description Two = 
 |        Inscription = 
 |
 |         Category 1 = 
 |         Category 2 = 
 |         Category 3 = 
 |         Category 4 = 
 |         Category 5 = 
}}
== Notes ==
* Obtained as part of/as a reward from [[Quest Name]].
{{Sold By|{{PAGENAME}}}}

== Images ==
* {{Icon|{{PAGENAME}}}} Ingame icon
Click image for full size version.
<gallery widths=200px heights=200px perrow=3>
File:Live.jpg|Caption
File:Live.jpg|Caption
</gallery>

== Update History ==
{{Update History|
[[Event Name]]
* Item added.
}}

Crafting Items

If the item is craftable, add the following header and code below the notes section.

== Recipe ==
* Difficulty: ?? (50% chance of success)
{{Item
 |         Category 1 = 
 |         Category 2 =  Recipe
 |        Alchemy Recipe = False
 |        Cooking Recipe = False
 |      Fletching Recipe = False
 | Item Tinkering Recipe = False
 |    Lockpicking Recipe = False
 |                 Tools = [[Tool]], [[Tool]]
 |           Ingredients = (Number) [[Ingredient]], (Number) [[Ingredient]]
 |                Result = (Number) {{PAGENAME}}
}}
* '''Steps:'''
{{Recipe Table
 | Ingredient 1 = 
 | Ingredient 2 = 
 |       Result = 
}}
{{Recipe Table
 | Ingredient 1 = 
 | Ingredient 2 = 
 |       Result = {{PAGENAME}}
}}

Wiki Code with Comments

Template guide - Please use the clean copy above for pasting into the item page.

{{Item
 |               Name = 
 |              Value = 
 |             Burden = 
 |
 |   Bonus to Healing = 
 |  Restoration Bonus = 
 |     Number of Uses = 
 |
 |        Description = 
 |
 |           Restores = <!-- Food/potion restoration amount -->
 |
 |        Stored Mana = <!-- Mana stone stored mana -->
 |         Efficiency = <!-- Mana stone efficiency (%) -->
 | Destruction Chance = <!-- Mana stone destruction chance (%) -->
 |
 |   Holds Containers = 
 |    Holds Max Items = 
 | Locked or Unlocked = 
 |    Lock Difficulty = 
 |         Resistance = 
 |
 |             Spells = 
 | Special Properties = 
 |     Cannot Be Sold = 
 |          Level Req = 
 |           Base Req = 
 |         Base Req 2 = 
 |         Buffed Req = 
 |        Special Req = 
 |    Activation Reqs = 
 |         Item Level = 
 |            Item XP = 
 |  Recommended Level = 
 |         Spellcraft = 
 |               Mana = 
 |          Mana Cost = 
 |
 |    Description Two = 
 |        Inscription = 
 |
 |         Category 1 = <!-- Add most relevant sub category from [[Category:Items]] here -->
 |         Category 2 = 
 |         Category 3 = 
 |         Category 4 = 
 |         Category 5 = 
}}