From The Mana World
m (Experimental: Trying to work out conditional markup) |
|||
(11 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<div style="float:right; padding:0 0 1.5em 1.5em; width:12em; background-color:#white; text-align:center"> | |||
<div style="float:right; padding:0 0 1.5em 1.5em; width:12em; background-color:# | |||
<table class="wikitable" style="width:100%"> | <table class="wikitable" style="width:100%"> | ||
< | <tr><th colspan="2">{{{Name|N/A}}}</tr> | ||
<tr><th scope="row">Buy</th><td>{{{Buy}}} GP</td></tr> | <tr><th colspan="2">{{{Image|N/A}}}</tr> | ||
<tr><th scope="row">Sell</th><td>{{{Sell}}} GP</td></tr> | <tr><th colspan="2"><p style="color:#666">Item ID: {{{ID|N/A}}}</p></tr> | ||
<tr><th scope="row">Weight</th><td>{{{Weight}}} g</td></tr> | <tr><th colspan="2">{{{Description|N/A}}}</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">Sell Price</th><td>{{{Sell|N/A}}} GP</td></tr> | |||
<tr><th scope="row">Weight</th><td>{{{Weight|N/A}}} g</td></tr> | |||
</table> | </table> | ||
</div> | </div> | ||
</includeonly> | |||
<noinclude> | |||
{{ | {{Template:{{PAGENAME}}/doc}} | ||
[[Category:Content Template]] | |||
</noinclude> |
Latest revision as of 17:41, 3 August 2014
Please refer to Item Reference or item.db to fill the fields correctly.
Actually, this template is not very useful for equipment which would require a more complete one.
Usage:
-
{{Item
|Name = ItemName
|Image = [[Image:Generic.png]]
|ID = ItemID
|Description = ItemDescription
|Buyable = Yes_or_No
|Buy = Buy Price
|Sell = Sell Price
|Weight = Weight
}}