Difference between revisions of "Help:Adding Items"

From Twilight Heroes Wiki
Jump to: navigation, search
(needs some explination from val or dfm :))
Line 1: Line 1:
 +
''This page is outdated.''
 +
 
=Adding Items=
 
=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.
 
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.
Line 6: Line 8:
  
 
===Basics===
 
===Basics===
*[[Items by Name]]
 
 
*[[Items by number (1-99)]]  
 
*[[Items by number (1-99)]]  
  

Revision as of 10:33, 1 December 2009

This page is outdated.

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.)
|obtain= (Where and from whom an item is obtained from.)
|combatuse= (valera/dfm can explain this.)
|consume= (valera/dfm can explain this.)
|used= (valera/dfm can explain this.)
|uses=
}}

Clean Template

{{item
|descid=
|itemid=
|name=
|plural=
|image=
|desc=
|type=
|power=
|level=
|range=
|autosell=
|nosell=yes<i><Optional.>

|nomem=yes<Optional.>
|notrade=yes<Optional.>
|consumable=yes<Optional.>
|usable=yes<Optional.>
|combat=yes<Optional.>
|weldable=yes<Optional.>
|ench=
|obtain=
|combatuse=<Only when item is usable in combat.>
|consume=<Only when item is consumable.>
|used=<Only when item is usable.>
|uses=
}}


Help:Contents