Help:Game Items
From Lotro-Wiki.com
Contents |
Adding Game Items
As a wiki might not be the best web vehicle to present game items it is important from time to time to include a game item like crafting recipes and the items they create or even items that address a certain need, to be discussed in a wiki article. With that said feel free to follow the instructions below to add a game item. I've created a template to help make it easy and consistent to add a game item.
- Creating the game item using the "Item:" prefix as part of the pagename
- A "Item:" wiki pagename was created specifically for Game Items and Crafting Items to allow the flexibility to do advanced searches only on the items.
- The easiest method I've found to add a game item is just use the wiki search (not the google search) and type "Item:Game Item Name" in the search box.
- Using the 'Item Template':
- Once you created the game item page the next step is to paste the template from the Template:Infobox Item or better yet snag one of the cookie cutters below (might be faster).
- There are tips on how to fill out the optional template fields.
- If you don't need a field just leave it blank
- Adding the item icon
- This step requires a bit of image editor trickery as you need to crop the 32x32 pixel icon. There's several good image editors out there one that I use is Gimp.
- Dealing with categories
- The template will automatically add categories based on the pagename. Certain fields will also add additional categories. These additional categories will be useful if someone wants to search for the items using the wiki categories.
Item Cookie Cutters
Crafting Recipe
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Recipes
| quality =
| image = ?????_Recipe-icon.png
| profession =
| proficiency =
| no-combat =
| worth-g =
| worth-s =
| worth-c =
| description =
| crafted =
}}
Armour
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Armour
| quality =
| image = {{PAGENAMEE}}-icon.png
| bind =
| type =
| slot =
| armour =
| ability =
| level =
| durability =
| durability-rank =
| worth-g =
| worth-s =
| worth-c =
| crafted =
}}
Weapon
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Weapons
| quality = uncommon
| image = {{PAGENAMEE}}-icon.png
| bind =
| type =
| slot =
| off-hand =
| armour =
| damage =
| speed =
| dps =
| ability =
| characteristic =
| level =
| cooldown =
| range-damage =
| max-range =
| durability =
| durability-rank =
| worth-g =
| worth-s =
| worth-c =
| minus-value =
| crafted =
}}
Examples
Crafting Recipe
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Recipes
| quality =
| image = Metalsmith_Recipe-icon.png
| profession = Metalsmith
| proficiency = Journeyman
| no-combat =
| worth-g =
| worth-s = 10
| worth-c = 65
| description = Using this scroll grants a crafting recipe.
| crafted = Gondorian Gloves
}}
Armour
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Armour
| quality = uncommon
| image = {{PAGENAMEE}}-icon.png
| type = Heavy Armour
| slot = Hands
| armour = 108
| ability = Adds 1.0% to Healing Modifier
| level = 30
| durability = 65 / 65
| durability-rank = Normal
| worth-g =
| worth-s = 7
| worth-c = 76
| crafted = Gondorian Gloves Recipe
}}
Weapon
{{Infobox Item
| name = {{PAGENAME}}
| item-type = Weapons
| quality = uncommon
| image = {{PAGENAMEE}}-icon.png
| type = One-handed Axe
| slot = Main hand
| off-hand = Off hand
| armour =
| damage = 29 - 40 common
| speed = 2.4
| dps = 14.4
| ability = Hit-chance slightly decreased. <br> Adds 42.0 to Max Morale
| characteristic =
| level = 30
| cooldown =
| range-damage =
| max-range =
| durability = 100 / 100
| durability-rank = Normal
| worth-g =
| worth-s = 6
| worth-c = 84
| minus-value = Subtracts 16 from Armour Value
| crafted = Gondorian Axe Recipe
}}

