Item Template

From Levistras
(Redirected from Potion Template)
Jump to navigation Jump to search

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 =
 |
 |         Icon Image =
 |         Live Image =
 | Live Image Caption =
 |
 |              Value =
 |             Burden =
 |
 |   Bonus to Healing =
 |  Restoration Bonus =
 |     Number of Uses =
 |
 |         Additional =
 |
 |           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 =
 |        Special Req =
 |    Activation Reqs =
 |         Item Level =
 |            Item XP =
 |  Recommended Level =
 |         Spellcraft =
 |               Mana =
 |          Mana Cost =
 |
 |        Description =
 |        Inscription =
}}
== Notes ==
* Obtained from ??
{{Sold By|{{PAGENAME}}}}

== 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 =
 |
 |         Icon Image =
 |         Live Image =
 | Live Image Caption =
 |
 |              Value =
 |             Burden =
 |
 |   Bonus to Healing =
 |  Restoration Bonus =
 |     Number of Uses =
 |
 |         Additional =
 |
 |           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 =
 |        Special Req =
 |    Activation Reqs =
 |         Item Level =
 |            Item XP =
 |  Recommended Level =
 |         Spellcraft =
 |               Mana =
 |          Mana Cost =
 |
 |        Description =
 |        Inscription =
}}