From The Mana World
(fixing template) |
m |
||
Line 5: | Line 5: | ||
<tr><th colspan="2"><p style="color:#666">Item ID: {{{ID|N/A}}}</p></tr> | <tr><th colspan="2"><p style="color:#666">Item ID: {{{ID|N/A}}}</p></tr> | ||
<tr><th colspan="2">{{{Description|N/A}}}</tr> | <tr><th colspan="2">{{{Description|N/A}}}</tr> | ||
<tr><th scope="row">Category</th><td>[[ | <tr><th scope="row">Category</th><td>[[Footwear]]</td></tr> | ||
<tr><th scope="row">Equip Level</th><td>{{{Level|-}}} | <tr><th scope="row">Equip Level</th><td>{{{Level|-}}} | ||
<tr><th scope="row">Stats increase</th><td>{{#if: {{{Stats increase|}}}|<span style="color:#007700;">{{{Stats increase|}}}</span>|-}}</td></tr> | <tr><th scope="row">Stats increase</th><td>{{#if: {{{Stats increase|}}}|<span style="color:#007700;">{{{Stats increase|}}}</span>|-}}</td></tr> | ||
Line 16: | Line 16: | ||
</div> | </div> | ||
[[Category: | [[Category:Footwear]] | ||
<noinclude> | <noinclude> | ||
{{:Template:{{PAGENAME}}/doc}} <!-- this is to include documentation in this page, without transcluding it in the page where template is used --> | {{:Template:{{PAGENAME}}/doc}} <!-- this is to include documentation in this page, without transcluding it in the page where template is used --> | ||
[[Category:Content Template]] <!-- this is to categorize the template. It will not be transcluded in the page where template is used --> | [[Category:Content Template]] <!-- this is to categorize the template. It will not be transcluded in the page where template is used --> | ||
</noinclude> | </noinclude> |
Latest revision as of 06:51, 14 October 2017
N/A | |
---|---|
N/A | |
Item ID: N/A | |
N/A | |
Category | Footwear |
Equip Level | - |
Stats increase | - |
Stats decrease | - |
Buyable | No |
Buy Price | N/A GP |
Sell Price | N/A GP |
Weight | N/A g |
A template used for pages about Foot Armor.
It will automatically add Category:Foot Armor to pages using it.
Usage:
Copy the following code into your page and fill the lines:
-
{{Foot Armor
|Name = [[Item name]]
|Image = [[File:FootArmor.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
}}