Template:Useable Item: Difference between revisions
From The Mana World
Created page with "<div style="float:right; padding:0 0 1.5em 1.5em; width:20em; background-color:#white; text-align:center"> <table class="wikitable" style="width:100%"> <tr><th colspan="2">{{..." |
correcting a line |
||
| Line 6: | Line 6: | ||
<tr><th colspan="2">{{{Description|N/A}}}</tr> | <tr><th colspan="2">{{{Description|N/A}}}</tr> | ||
<tr><th scope="row">Category</th><td>[[Useable Item]]</td></tr> | <tr><th scope="row">Category</th><td>[[Useable Item]]</td></tr> | ||
<tr><th scope="row">Recovery</th><td>{{#if: {{{ | <tr><th scope="row">Recovery</th><td>{{#if: {{{Recovery|}}}|<span style="color:#007700;">{{{Recovery|}}}</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> | ||
Latest revision as of 10:47, 27 April 2015
| N/A | |
|---|---|
| N/A | |
Item ID: N/A | |
| N/A | |
| Category | Useable Item |
| Recovery | - |
| Buyable | No |
| Buy Price | N/A GP |
| Sell Price | N/A GP |
| Weight | N/A g |
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
}}