From The Mana World
(splitting stats for increase and decrease and use green and red colors for better style) |
m (copy & paste error) |
||
Line 7: | Line 7: | ||
<tr><th scope="row">Stats increase</th><td><span style="color:#007700;">{{{Stats|N/A}}}</span></td></tr> | <tr><th scope="row">Stats increase</th><td><span style="color:#007700;">{{{Stats|N/A}}}</span></td></tr> | ||
<tr><th scope="row">Stats decrease</th><td><span style="color:#ad1818;">{{{Stats|N/A}}}</span></td></tr> | <tr><th scope="row">Stats decrease</th><td><span style="color:#ad1818;">{{{Stats|N/A}}}</span></td></tr> | ||
<tr><th scope="row">Buyable</th><td>{{{Buyable|No}}}</td></tr> | <tr><th scope="row">Buyable</th><td>{{{Buyable|No}}}</td></tr> | ||
<tr><th scope="row">Buy Price</th><td>{{{Buy|N/A}}} GP</td></tr> | <tr><th scope="row">Buy Price</th><td>{{{Buy|N/A}}} GP</td></tr> |
Revision as of 13:41, 12 March 2015
N/A | |
---|---|
N/A | |
Item ID: N/A | |
N/A | |
Stats increase | N/A |
Stats decrease | N/A |
Buyable | No |
Buy Price | N/A GP |
Sell Price | N/A GP |
Weight | N/A g |
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:
-
{{Ring
|Name = [[Item name]]
|Image = [[File:Ring.png]]
|ID = Item ID
|Description = Item description
|Level = required equip level (not level to obtain it!), delete Level line if none
|Stats increase = formatting example: "Vitality +1", delete Stats increase line if none
|Stats decrease = formatting example: "M.Attack -1", delete Stats decrease 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
}}