Template:ItemSidebarView: Difference between revisions
From The Mana World
Initial item sidebar WIP |
added def, atk, and matk |
||
| (6 intermediate revisions by the same user not shown) | |||
| 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:{{{ | <tr><td colspan="2" align="center">[[Image:{{{aegisname|unknown-item.png}}}.png|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}}} | ||
<tr><th>Market price</th><td> {{{buy|Unknown}}} E | | IT_HEALING = Healing | ||
<tr><th>Weight</th><td> {{{ | | IT_USABLE = Usable | ||
| IT_WEAPON = Weapon</td></tr> | |||
<tr><th>Slot</th><td>{{#switch: {{{loc}}} | |||
| EQP_HEAD_TOP = Head | |||
| EQP_HEAD_MID = Chest | |||
| EQP_HEAD_LOW = Legs | |||
| EQP_SHOES = Feet | |||
| EQP_GARMENT = Hands | |||
| EQP_ACC_L = Neck 1 | |||
| EQP_ACC_R = Neck 2 | |||
| EQP_HAND_L = Shield | |||
| EQP_HAND_R = Weapon | |||
| Unknown | |||
}}</td></tr> | |||
<tr><th>Req. Lvl.</th><td>{{{equiplv}}}</td></tr> | |||
<tr><th>Attack</th><td>{{{atk}}}</td></tr> | |||
<tr><th>M. Attack</th><td>{{{matk}}}</td></tr> | |||
<tr><th>Range</th><td>{{{range}}} | |||
| IT_ARMOR = Armor</td></tr> | |||
<tr><th>Slot</th><td>{{#switch: {{{loc}}} | |||
| EQP_HEAD_TOP = Head | |||
| EQP_HEAD_MID = Chest | |||
| EQP_HEAD_LOW = Legs | |||
| EQP_SHOES = Feet | |||
| EQP_GARMENT = Hands | |||
| EQP_ACC_L = Neck 1 | |||
| EQP_ACC_R = Neck 2 | |||
| EQP_HAND_L = Shield | |||
| EQP_HAND_R = Weapon | |||
| Unknown | |||
}}</td></tr> | |||
<tr><th>Req. Lvl.</th><td>{{{equiplv}}}</td></tr> | |||
<tr><th>Defense</th><td>{{{def}}} | |||
| IT_ETC = Generic | |||
| IT_PETEGG = Pet | |||
| IT_CARD = Modifier | |||
| IT_AMMO = Ammo | |||
| Unknown | |||
}}</td></tr> | |||
<tr><th>Market price</th><td> {{{buy|Unknown}}} E / {{{sell|Unknown}}} E</td></tr> | |||
<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.|aegisname=CottonShirt|weight=17|id=1300|buy=70|sell=18|def=1|equiplv=1|type=IT_ARMOR|loc=EQP_HEAD_MID}} <!--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> | ||