From The Mana World
(Strip image path) |
(Added type) |
||
Line 1: | Line 1: | ||
<includeonly><!--this is the template code --> | <includeonly><!--this is the template code --> | ||
<table style="width:270px; float: right;" class="wikitable"> | <table style="width:270px; float: right;" class="wikitable"> | ||
<tr><th colspan="2">{{{ | <tr><th colspan="2">{{{name}}}</th></tr> | ||
<tr><td colspan="2" align="center">[[Image:{{#titleparts:{{{ | <tr><td colspan="2" align="center">[[Image:{{#titleparts:{{{image|unknown-item.png}}}| | -1 }}|align=center|{{{name}}} Icon]]</td></tr> | ||
<tr><th>ID</th><td> {{{ | <tr><th>ID</th><td> {{{id|Unknown}}} </td></tr> | ||
< | <tr><th>Type</th><td>{{#switch: {{{type}}} | ||
| IT_HEALING = Healing | |||
| IT_USABLE = Usable | |||
| IT_ARMOR = Armor</td></tr><tr><th>Req. Lvl.</th><td>{{{equiplv}}} | |||
| IT_ETC = Generic | |||
| IT_WEAPON = Weapon | |||
| IT_PETEGG = Pet | |||
| IT_CARD = Modifier | |||
| IT_AMMO = Ammo | |||
| Unknown | |||
}}</td></tr> | |||
<tr><th>Market price</th><td> {{{buy|Unknown}}} E (buy) / {{{sell|Unknown}}} E (sell)</td></tr> | <tr><th>Market price</th><td> {{{buy|Unknown}}} E (buy) / {{{sell|Unknown}}} E (sell)</td></tr> | ||
<tr><th>Weight</th><td> {{{ | <tr><th>Weight</th><td> {{{weight|Unknown}}} Florin</td></tr> | ||
</table> | </table> | ||
</includeonly><noinclude> | </includeonly><noinclude> | ||
{{Template:{{PAGENAME}}| | {{Template:{{PAGENAME}}|name=Creased Shirt|description=A spare shirt from the crew of La Johanne.|image=equipment/chest/cottonshirt.png|weight=17|id=1300|buy=70|sell=18|def=1|equiplv=1|type=IT_ARMOR}} <!--this is to include documentation, 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> |