From The Mana World
(Created the monster template) |
m (Sorry, Ali: I need to save the template at this point so I can work on the monster page.) |
||
Line 1: | Line 1: | ||
<table style="float:right; width:12em; margin-left:1.5em" class="wikitable"> | <table style="float:right; width:12em; margin-left:1.5em" class="wikitable"> | ||
<caption>{{{image}}} {{{name}}}</caption> | <caption style="float:left">{{{image}}} {{{name}}}</caption> | ||
<tr><th scope="row">Level</th><td>{{{ | <tr><th scope="row">Level</th><td>{{{level}}}</td></tr> | ||
<tr><th scope="row">HP</th><td>{{{hp}}} | <tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr> | ||
<tr><th scope="row">Attack</th><td>{{{attack}}} | <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr> | ||
<tr><th scope="row">Attack</th><td>{{{attack}}}</td></tr> | |||
<tr><th scope="row">Defense</th><td>{{{defense}}}</td></tr> | <tr><th scope="row">Defense</th><td>{{{defense}}}</td></tr> | ||
<tr><th scope="row">Magic Defense</th><td>{{{magic-defense}}}</td></tr> | |||
<tr><th scope="row">Strength</td><td>{{{strength}}}</td></tr> | |||
<tr><th scope="row">Agility</td><td>{{{agility}}}</td></tr> | |||
<tr><th scope="row">Vitality</td><td>{{{vitality}}}</td></tr> | |||
<tr><th scope="row">Intelligence</td><td>{{{intelligence}}}</td></tr> | |||
<tr><th scope="row">Dexterity</td><td>{{{dexterity}}}</td></tr> | |||
<tr><th scope="row">Luck</td><td>{{{luck}}}</td></tr> | |||
<tr><th scope="row">Speed</td><td>{{{speed}}}</td></tr> | |||
<tr><th scope="row">Attack Delay</td><td>{{{attack-delay}}}</td></tr> | |||
</table> | </table> |
Revision as of 21:31, 26 September 2011
Level | {{{level}}} |
---|---|
EXP | {{{exp}}} |
HP | {{{hp}}} |
Attack | {{{attack}}} |
Defense | {{{defense}}} |
Magic Defense | {{{magic-defense}}} |
Strength | {{{strength}}} |
Agility | {{{agility}}} |
Vitality | {{{vitality}}} |
Intelligence | {{{intelligence}}} |
Dexterity | {{{dexterity}}} |
Luck | {{{luck}}} |
Speed | {{{speed}}} |
Attack Delay | {{{attack-delay}}} |