Item Template

From Allods Wiki

Jump to: navigation, search

The item template was created to organize item pages and for future expansion on boss pages. There are several commands for the control of the item template. This is the only template on the Allods Online wiki that makes use of the #switch statement, which is a powerful statement in itself, but yet can become extremely messy. The item template calls upon Template:Item. Please do NOT edit the template if you do not know what you are doing. Template:Device

Contents

Item Code

Not all the items are included in this code, please check the explanations for all options. this code references to the more popular selections.

<onlyinclude>{{Item
| name = 
| quality = 
| image = 
| bind = 
| slot = 
| type = 
| armor = 
| agility = 
| stamina = 
| endurance = 
| intelligence = 
| perception = 
| willpower = 
| faith = 
| divine = 
| elemental = 
| level = 
| gold = 
| silver = 
| copper = 
| text = 
| reputation = }}</onlyinclude>

Herb Code

Herbs have things done a little differently.

<onlyinclude>{{Item
| name = 
| quality = 
| image = 
| herb = 
| agent1 = 
| agent2 = 
| agent3 = 
| agent4 = 
| silver = 
| copper = }}</onlyinclude>

Cost?

Use the sell price.

Explanations

name This is the name of the item.

quality This is the quality of the item and can be relic, mythic, legendary, epic, rare, uncommon, common, or poor. It changes the color of the text that the item name is written in.

image This is the image of the item's icon, if the image is uploaded.

bind This is the status of the item's ability to bind to a player. If it's BoP put BoP, if it's BoE put BoE, otherwise put nothing.

damage This is generally used for weapons. Please use a format similar to the in-game tooltips such as: 52 to 69.

armor This is the armor value of the item.

strength This is the amount of Strength the item gives. If 0 do not insert the line or leave blank.

finesse This is the amount of Finesse the item gives. If 0 do not insert the line or leave blank.

expertise This is the amount of Expertise the item gives. If 0 do not insert the line or leave blank.

agility This is the amount of Agility the item gives. If 0 do not insert the line or leave blank.

luck This is the amount of Luck the item gives. If 0 do not insert the line or leave blank.

endurance This is the amount of endurance the item gives. If 0 do not insert the line or leave blank.

stamina This is the amount of Stamina the item gives. If 0 do not insert the line or leave blank.

intelligence This is the amount of Intelligence the item gives. If 0 do not insert the line or leave blank.

perception This is the amount of Perception the item gives. If 0 do not insert the line or leave blank.

conviction This is the amount of Conviction the item gives. If 0 do not insert the line or leave blank.

willpower This is the amount of Willpower the item gives. If 0 do not insert the line or leave blank.

rage This is the amount of Rage the item gives. If 0 do not insert the line or leave blank.

faith This is the amount of Faith the item gives. If 0 do not insert the line or leave blank.

wisdom This is the amount of Wisdom the item gives. If 0 do not insert the line or leave blank.

divine This is the amount of Divine Resistance the item gives. If 0 do not insert the line or leave blank.

elemental This is the amount of Elemental Resistance the item gives. If 0 do not insert the line or leave blank.

nature This is the amount of the Nature Resistance item gives. If 0 do not insert the line or leave blank.

level This is the required level to use the item.

reputation This is the reputation level needed to purchase the item.

text or use This line is for a description of the spell the item casts, like 'Inflicts 200 damage over 6 seconds and restores 500 mana.' Or even 'Use: This item grants 5 health.' However, when there is no BoE or BoP line on an item, it causes an ugly line break. In this case use the 'use' instead of 'text' to prevent the line break.

vanity This line has not yet been added for text such as 'Better than the Elven kind!' -- NOW ADDED

speed This is the speed of the weapon.

dps This is the DPS of the weapon.

magical This is the Magical Power of the weapon.

bottomtext This is for green text at the very bottom of the template.

use This is the use text for items that have NO BIND, aka top green text.

gold This is the GOLD value of an item when SOLD to a vendor, not when bought from a vendor.

silver This is the SILVER value of an item when SOLD to a vendor, not when bought from a vendor.

copper This is the COPPER value of an item when SOLD to a vendor, not when bought from a vendor.

note for disassembling monetary values on items please use terms of disgold dissilver and discopper instead.

herb This line is for an herb's in-game description. This is yellow text that appears below the name. This can also be used for items such as disassembling instead of vanity line. This has the same color as the vanity line.

leatherworking set value to anything if leatherworking message needs to appear 'This component is used in Leatherworking'.

tailoring set value to anything if tailoring message needs to appear 'This component is used in tailoring'.

blacksmithing set value to anything if blacksmithing message needs to appear 'This component is used in blacksmithing'.

note on alchemy the alchemy line like leatherworking, tailoring, and blacksmithing does not exist. It is tied to agent1; if agent1 is filled in, the 'This component is used in Alchemy' message will appear.

agent1 This is AGENT ONE of an herb. Insert the agent's name lower case without the word 'agent' for example just enter 'invisiblity' for Invisiblity Agent.

agent2 This is AGENT TWO of an herb. If there is no AGENT TWO please use the word 'none'. Do not leave blank when working with herbs, please. Insert the agent's name lower case without the word 'agent' for example just enter 'invisiblity' for Invisiblity Agent.

agent3 This is AGENT TWO of an herb. If there is no AGENT TWO please use the word 'none'. Do not leave blank when working with herbs, please. Insert the agent's name lower case without the word 'agent' for example just enter 'invisiblity' for Invisiblity Agent.

agent4 This is AGENT TWO of an herb. If there is no AGENT TWO please use the word 'none'. Do not leave blank when working with herbs, please. Insert the agent's name lower case without the word 'agent' for example just enter 'invisiblity' for Invisiblity Agent.

Examples

For example, here is an item that drops from Gorluxor's Tower - .

Template Note

The template is stored at Template:Item; please do NOT edit the template if you do not know what you are doing. Do not add comments nor documentation to the template, as it is very delicately made to remain one line for the best effects on this wiki.

This template took almost 7 hours to write, plus countless more to edit and correct it. This is the most time invested template of the Allods Online wiki. Modifying the template will effect hundreds or thousands of pages on the Allods Online wiki, and can possibly cause the site to shut down for a minute (while it updates).

The onlyinclude tag is EXTREMELY important for including templates into item pages. We will be rolling out tooltips soon, the onlyinclude tag will remain important then as well.

Personal tools