From The Mana World
m |
|||
Line 1: | Line 1: | ||
[[File:50px-Template-info.png]] '''Template documentation:''' | [[File:50px-Template-info.png]] '''Template documentation:''' | ||
A template used for pages about [[Useable Items]]. | |||
It will automatically add [[:Category:Useable Item]] to pages using it. | |||
''' | '''Usage:''' | ||
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>{{ | <nowiki>{{Useable Item | ||
|Name = [[ | |Name = [[Item name]] | ||
|Image = [[File:UseableItem.png]] | |Image = [[File:UseableItem.png]] | ||
|ID = ID | |ID = Item ID | ||
|Description = | |Description = Item description | ||
|Recovery = | |Recovery = formatting example: "HP +1,000", "SP +50", delete Recovery line if none | ||
|Buyable = | |Buyable = Yes or no | ||
|Buy = | |Buy = formatting example: "1,000", it will add "GP" automatically | ||
|Sell = | |Sell = formatting example: "1,000", it will add "GP" automatically | ||
|Weight = | |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 20:53, 30 July 2020
A template used for pages about Useable Items.
It will automatically add Category:Useable Item to pages using it.
Usage:
Copy the following code into your page and fill the lines:
-
{{Useable Item
|Name = [[Item name]]
|Image = [[File:UseableItem.png]]
|ID = Item ID
|Description = Item description
|Recovery = formatting example: "HP +1,000", "SP +50", delete Recovery line if none
|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
}}