Difference between revisions of "Help:Adding Items"
(I had the idea for this page for a few days now, lets see how well it does.) |
m (→Template Explanation) |
||
Line 26: | Line 26: | ||
===Template Explanation=== | ===Template Explanation=== | ||
'''<nowiki>{{item</nowiki><br><nowiki> | '''<nowiki>{{item</nowiki><br><nowiki> | ||
− | |descid=</nowiki> <small>( | + | |descid=</nowiki> <small>(The number found within the url for the item's description. IE: twilightheroes.com/popup.php?item=<i>Number Here</i>)</small><br><nowiki> |
− | |itemid=</nowiki> <small>( | + | |itemid=</nowiki> <small>(Internal key of the item. Found mainly through page source of list boxes. Also used in the AH's URL for an item)</small><br><nowiki> |
|name=</nowiki> <small>(The name of the item.)</small><br><nowiki> | |name=</nowiki> <small>(The name of the item.)</small><br><nowiki> | ||
+ | |plural=</nowiki> <small>(The plural of the item.)</small><br><nowiki> | ||
|image=</nowiki> <small>(The image name. Like so "baseball-bat.gif" without the "".)</small><br><nowiki> | |image=</nowiki> <small>(The image name. Like so "baseball-bat.gif" without the "".)</small><br><nowiki> | ||
|desc=</nowiki> <small>(The description goes here, and if there is no description Don't remove.)</small><br><nowiki> | |desc=</nowiki> <small>(The description goes here, and if there is no description Don't remove.)</small><br><nowiki> |
Revision as of 22:21, 9 November 2008
Contents
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=
}}