From The Mana World
m (Improved the layout; the Item template is now consistent with the Monster template)
Line 1: Line 1:
<dl style="margin-bottom:.75em">
<dl style="margin-bottom:.75em">
  <dt style="display:inline-block">{{{image}}} {{{name}}}:
  <dt style="display:inline-block">{{{Image}}} {{{Name}}}:
  <dd style="display:inline-block; padding-left:.75em; margin-left:0;">{{{description}}}
  <dd style="display:inline-block; padding-left:.75em; margin-left:0;">{{{Description}}}
</dl>
</dl>


Line 7: Line 7:


<table class="wikitable" style="width:100%">
<table class="wikitable" style="width:100%">
  <caption>{{{name}}}</caption>
  <caption>{{{Name}}}</caption>
  <tr><th scope="row">Buy</th><td>{{{buy}}} GP</td></tr>
  <tr><th scope="row">Buy</th><td>{{{Buy}}} GP</td></tr>
  <tr><th scope="row">Sell</th><td>{{{sell}}} GP</td></tr>
  <tr><th scope="row">Sell</th><td>{{{Sell}}} GP</td></tr>
  <tr><th scope="row">Weight</th><td>{{{weight}}} g</td></tr>
  <tr><th scope="row">Weight</th><td>{{{Weight}}} g</td></tr>
</table>
</table>


<p style="color:#666">ID: {{{id}}}</p>
<p style="color:#666">ID: {{{ID}}}</p>


</div>
</div>

Revision as of 06:02, 29 September 2011

{{{Image}}} {{{Name}}}:
{{{Description}}}
{{{Name}}}
Buy{{{Buy}}} GP
Sell{{{Sell}}} GP
Weight{{{Weight}}} g

ID: {{{ID}}}