Contents
This template will create a neat item tooltip that resembles the in-game interface tooltip. It will also add the item to proper categories.
You can also create a tooltip link to that item page (like this: Granitic Embrace), by using the Template:Loot.
Currently it can be used only for equippable items like weapons, armor and trinkets. Other items (such as quest items etc) will be added later (though maybe in a separate template).
Articles for upgradeable items from the Astral will display a special box that will link them to their other versions (with consistent suffixes in their article names).
Usage
Copy-paste the contents of the white box into a new article (click the "Source" button first, so you can work in source mode which is more accurate), fill in the information (name, numbers) about the item, and save the page.
{{item |quality = |name = |binds when = |item slot = |item class = |armor = |damage = |DPS = |speed = |magical power = |stat 1 = |stat 1 value = |stat 2 = |stat 2 value = |stat 3 = |stat 3 value = |stat 4 = |stat 4 value = |stat 5 = |stat 5 value = |stat 6 = |stat 6 value = |stat 7 = |stat 7 value = |resist 1 = |resist 1 value = |resist 2 = |resist 2 value = |resist 3 = |resist 3 value = |draconic aspect = |green text = |cooldown = |level = |required level = |price in gold = |price in silver = |price in copper = }}The following values, if specified, must be used to make it work:
- quality: common, uncommon, rare, epic, legendary, mythical, relic (if left blank, it will be considered a Junk item)
- name: item name
- binds when: equipped, picked up (if left blank, the text will not be displayed)
- item slot = Head, Shoulder, Back, Chest, Hands, Waist, Legs, Feet, Main Hand, Two-Handed Weapon, Ranged Weapon, Paired Weapons
- Off-Hand, Ears, Neck, Shirt, Wrists, Finger, Trinket
- item class: Plate, Leather, Cloth (if it's a piece of armor)
- One-Handed Axe/Mace/Spear/Sword
- Two-Handed Axe / Mace / Spear / Sword
- Dagger / Staff / Bow / Crossbow / Wand
- Paired Axes, Paired Maces, Paired Swords, Paired Daggers,
- Paired Fist Weapons, Sword and Dagger
- Other, Off-Hands, Shield
- armor: armor bonus (if it exists)
- damage, DPS, speed: weapon damage, DPS and speed values
- magical power: the magical power of a wand (leave blank otherwise)
- stat 1: stat bonus name, use three-letter abbreviations: str, fin, exp, agi, luc, end, sta, int, per, con, wil, rag, fai, wis
- stat 1 value: add the amount of the first stat bonus
- stat 2-8: similar to stat 1, stat 2-8 are optional
- stat 2-8 value: similar to stat 1 value, stat 2-8 values are optional
- resist 1: resistance bonus, use three-letter abbreviations: ele, nat, div (or type Elemental / Nature / Divine, whichever applies)
- resist 1 value: add the amount of resistance
- resist 2-3: similar to resist 1
- resist 2-3 value: similar to resist 1 value
- draconic aspect: yellow text description on relic items
- green text: green text description on trinkets
- cooldown: cooldown on trinkets
- level: level of the item
- required level: character level required to use the item
- price in gold: if the item sells for one or more gold coins (base value only), add the number here, otherwise leave blank
- price in silver: if the item sells for one or more silver coins (base value only), add the number here
- price in copper: if the item sells for one or more copper coins (base value only), add the number here
Examples
You can remove unused fields when creating pages for trinkets, like this:
{{item |quality = epic |name = Astral-Imbued Orb |binds when = picked up |item slot = Trinket |item class = Other |green text = Use: Increases your Intelligence by 122 for 20 seconds. |cooldown = 3 m. |level = 40 |required level = 40 |price in gold = 13 |price in silver = 45 |price in copper = 30 }}
Use the entire template for other items though:
{{item |quality = relic |name = Pick of Desolation |binds when = picked up |item slot = Main Hand |item class = One-Handed Axe |armor = |damage = 152 to 282 |DPS = 86.80 |speed = 4.0 |magical power = |stat 1 = str |stat 1 value = 74 |stat 2 = exp |stat 2 value = 16 |stat 3 = rag |stat 3 value = 149 |stat 4 = |stat 4 value = |stat 5 = |stat 5 value = |stat 6 = |stat 6 value = |stat 7 = |stat 7 value = |resist 1 = |resist 1 value = |resist 2 = |resist 2 value = |resist 3 = |resist 3 value = |draconic aspect = Decreases the cooldown duration of Draconic Aspect by 5 minutes. |green text = |cooldown = |level = 45 |required level = 45 |price in gold = 134 |price in silver = 64 |price in copper = 26 }}
{{item |quality = legendary |name = Exorcist's Saint Aiguilettes |binds when = picked up |item slot = Shoulder |item class = Plate |armor = 358 |damage = |DPS = |speed = |magical power = |stat 1 = luc |stat 1 value = 25 |stat 2 = end |stat 2 value = 85 |stat 3 = int |stat 3 value = 49 |stat 4 = per |stat 4 value = 21 |stat 5 = fai |stat 5 value = 31 |stat 6 = rag |stat 6 value = 67 |stat 7 = |stat 7 value = |resist 1 = div |resist 1 value = 62 |resist 2 = |resist 2 value = |resist 3 = |resist 3 value = |draconic aspect = |green text = |cooldown = |level = 45 |required level = 45 |price in gold = 46 |price in silver = 16 |price in copper = 32 }}