From The Mana World
(deleting recovery line, this was a copy & paste error from the useable item template)
m (minor formatting)
 
Line 20: Line 20:
   |Sell          = formatting example: "1,000", it will add "GP" automatically
   |Sell          = formatting example: "1,000", it will add "GP" automatically
   |Weight        = formatting example: "1,000", it will add "g" automatically
   |Weight        = formatting example: "1,000", it will add "g" automatically
}}</nowiki>
}}</nowiki>
</dl>
</dl>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 11:20, 22 May 2015

50px-Template-info.png Template documentation:

A template used for pages about Generic Items.

It will automatically add Category:Generic Item to pages using it.


Usage:

Copy the following code into your page and fill the lines:

{{Generic Item |Name = [[Item name]] |Image = [[File:GenericItem.png]] |ID = Item ID |Description = Item description |Buyable = Yes or no |Buy = formatting example: "1,000", it will add "GP" automatically |Sell = formatting example: "1,000", it will add "GP" automatically |Weight = formatting example: "1,000", it will add "g" automatically }}