Help:Adding Items

From Twilight Heroes Wiki
Revision as of 22:21, 9 November 2008 by Valera (talk | contribs) (Template Explanation)

Jump to: navigation, search

Adding Items

Adding items wiki requires you to edit several different pages to maintain fluidity in the wiki, the following sections will help you know where you should add items.

Where to Add items

Here are most of the pages you need to know about when adding a new item.

Basics

Some items may require you to add them to one of the Equipment Summaries

Adding Rares or IotMs

In addition to the pages above, Rares and IotMs need to be added to some other pages.

Rares should be added to:

IotMs should be added to:

Template

Templates are used to save space and standardize pages.

Template Explanation

{{item
|descid= (The number found within the url for the item's description. IE: twilightheroes.com/popup.php?item=Number Here)
|itemid= (Internal key of the item. Found mainly through page source of list boxes. Also used in the AH's URL for an item)
|name= (The name of the item.)
|plural= (The plural of the item.)
|image= (The image name. Like so "baseball-bat.gif" without the "".)
|desc= (The description goes here, and if there is no description Don't remove.)
|type= (The type of the item, helmet, accessory, ect.)
|power= (The power of the item, if the item doesn't have a power lvl then remove.)
|level= (The Level the item becomes wearable.)
|range= (Only for transportation, remove for all other items.)
|autosell= (Autosale price, if it can't be sold then remove.)
|nosell=yes<Optional.> (If the item can't be Sold remove the "<Optional.>", if not remove completely.)
|nomem=yes<Optional.> (If the item can't be Displayed in the Mementonian display remove the "<Optional.>", if not remove completely.)
|notrade=yes<Optional.> (If the item can't be Traded remove the "<Optional.>", if not remove completely.)
|consumable=yes<Optional.> (If the item can be Consumed remove the "<Optional.>", if not remove completely.)
|usable=yes<Optional.> (If the item can be Used remove the "<Optional.>", if not remove completely.)
|combat=yes<Optional.> (If the item can be Used in combat remove the "<Optional.>", if not remove completely.)
|weldable=yes<Optional.> (If the item can be Welded remove the "<Optional.>", if not remove completely.)
|ench= (If item has abilities place them here, use <br> after each if there are more than one.)
}}

Clean Template

{{item
|descid=
|itemid=
|name=
|image=
|desc=
|type=
|power=
|level=
|range=
|autosell=
|nosell=yes<Optional.>
|nomem=yes<Optional.>
|notrade=yes<Optional.>
|consumable=yes<Optional.>
|usable=yes<Optional.>
|combat=yes<Optional.>
|weldable=yes<Optional.>
|ench=
}}


Help:Contents