From The Mana World
(Renamed several template variables; improved the layout)
m (Sorry, Ali-G. Some of these things I just can't test without saving :/ (for example: the whitespace below the monster image))
Line 1: Line 1:
<div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color:#FFF;">
<div style="padding-bottom:.75em">{{{image}}}<br />'''{{{name}}}'''</div>
 
<div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color:#FFF; text-align:center">


<table class="wikitable" style="width:100%">
<table class="wikitable" style="width:100%">
  <caption style="padding-bottom:.75em">{{{image}}}<br />{{{name}}}</caption>
  <caption>{{{name}}}</caption>
  <tr><th scope="row" style="width:8em">Level</th><td>{{{level}}}</td></tr>
  <tr><th scope="row" style="width:8em">Level</th><td>{{{level}}}</td></tr>
<tr><th scope="row" style="width:8em">EXP</th><td>{{{exp}}}</td></tr>
<tr><th scope="row">Job EXP</th><td>{{{job-exp}}}</td></tr>
  <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr>
  <tr><th scope="row">HP</th><td>{{{hp}}}</td></tr>
<tr><th scope="row">EXP</th><td>{{{exp}}}</td></tr>
<tr><th scope="row">Job EXP</th><td>{{{job-exp}}}</td></tr>
<tr><th scope="row">ID</th><td>{{{id}}}</td></tr>
</table>
</table>


Line 37: Line 38:
  <tr><th scope="row">Magical</th><td>{{{magical-defense}}}%</td></tr>
  <tr><th scope="row">Magical</th><td>{{{magical-defense}}}%</td></tr>
</table>
</table>
<p style="color:#666">ID: {{{id}}}</p>


</div>
</div>

Revision as of 01:37, 27 September 2011

{{{image}}}
{{{name}}}
{{{name}}}
Level{{{level}}}
EXP{{{exp}}}
Job EXP{{{job-exp}}}
HP{{{hp}}}
Attributes
Strength{{{strength}}}
Agility{{{agility}}}
Vitality{{{vitality}}}
Intelligence{{{intelligence}}}
Dexterity{{{dexterity}}}
Luck{{{luck}}}

{{{mutations}}}

Offense
Attack{{{attack}}}
Range{{{range}}}
Speed{{{speed}}}
Delay{{{delay}}}

{{{behavior}}}

Defense
Physical{{{physical-defense}}}%
Magical{{{magical-defense}}}%

ID: {{{id}}}