From The Mana World
m (typo)
(correcting usage code)
Line 8: Line 8:
'''Usage:'''
'''Usage:'''
   
   
Copy the following code into your page:
Copy the following code into your page and fill the lines:
   
   
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
<dl style="display:inline-block; padding-left:.75em; margin-left:0;">
  <nowiki>{{Ring}}</nowiki>
  <nowiki>{{Item
  |Name          = Item name
  |Image        = [[File:Ring.png]]
  |ID            = Item ID
  |Description  = Item description
  |Stats        = Stats boost, like "Vitality +1"
  |Buyable      = Yes or no
  |Buy          = Buy price (formatting example: "1,000 GP")
  |Sell          = Sell price (formatting example: "1,000 GP")
  |Weight        = Weight (put only e.g. "1,000", it will add "g" automatically)
}}</nowiki>
</dl>
</dl>
<noinclude>[[Category:Template documentation]]</noinclude>
<noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 11:52, 12 March 2015

50px-Template-info.png Template documentation:

A template used for pages about Rings.

It will automatically add Category:Ring to pages using it.


Usage:

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

{{Item |Name = Item name |Image = [[File:Ring.png]] |ID = Item ID |Description = Item description |Stats = Stats boost, like "Vitality +1" |Buyable = Yes or no |Buy = Buy price (formatting example: "1,000 GP") |Sell = Sell price (formatting example: "1,000 GP") |Weight = Weight (put only e.g. "1,000", it will add "g" automatically) }}