From The Mana World
m (Added behavior and mutations)
(Renamed several template variables; improved the layout)
Line 1: Line 1:
<div style="float:left; border:2px solid black; margin:0 .75em .75em 0; padding:.375em">{{{image}}}<br />{{{name}}}</div>
<div style="float:right; padding:0 0 1.5em 1.5em; width:18em; background-color:#FFF;">


<div style="float:right; margin:0 0 1.5em 1.5em; width:18em; text-align:center">
<table class="wikitable" style="width:100%">
<table style="whitespace:no-wrap; width:100%" class="wikitable">
  <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">Level</th><td>{{{level}}}</td></tr>
<tr><th scope="row">Attack</th><td>{{{attack}}}</td></tr>
<tr><th scope="row">Range</th><td>{{{range}}}</td></tr>
  <tr><th scope="row">Speed</th><td>{{{speed}}}</td></tr>
<tr><th scope="row">Delay</th><td>{{{attack-delay}}}</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">Defense</th><td>{{{defense}}}%</td></tr>
<tr><th scope="row">Magic Defense</th><td>{{{magic-defense}}}%</td></tr>
  <tr><th scope="row">EXP</th><td>{{{exp}}}</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>
  <tr><th scope="row">ID</th><td>{{{id}}}</td></tr>
</table>
</table>


<p style="margin:.375em 0 1.5em 0">{{{behavior}}}</p>
<table class="wikitable" style="width:100%">
 
<table style="whitespace:no-wrap; width:100%" class="wikitable">
  <caption>Attributes</caption>
  <caption>Attributes</caption>
  <tr><th scope="row">Strength</th><td>{{{strength}}}</td></tr>
  <tr><th scope="row" style="width:8em">Strength</th><td>{{{strength}}}</td></tr>
  <tr><th scope="row">Agility</th><td>{{{agility}}}</td></tr>
  <tr><th scope="row">Agility</th><td>{{{agility}}}</td></tr>
  <tr><th scope="row">Vitality</th><td>{{{vitality}}}</td></tr>
  <tr><th scope="row">Vitality</th><td>{{{vitality}}}</td></tr>
Line 28: Line 20:
</table>
</table>


<p>{{{mutations}}}</p>
<p style="margin:.375em 0 .75em 0; font-style:italic">{{{mutations}}}</p>
 
<table class="wikitable" style="width:100%">
<caption>Offense</caption>
<tr><th scope="row" style="width:8em">Attack</th><td>{{{attack}}}</td></tr>
<tr><th scope="row">Range</th><td>{{{range}}}</td></tr>
<tr><th scope="row">Speed</th><td>{{{speed}}}</td></tr>
<tr><th scope="row">Delay</th><td>{{{delay}}}</td></tr>
</table>
 
<p style="margin:.375em 0 .75em 0; font-style:italic">{{{behavior}}}</p>
 
<table class="wikitable" style="width:100%">
<caption>Defense</caption>
<tr><th scope="row" style="width:8em">Physical</th><td>{{{physical-defense}}}%</td></tr>
<tr><th scope="row">Magical</th><td>{{{magical-defense}}}%</td></tr>
</table>


</div>
</div>

Revision as of 01:14, 27 September 2011

{{{image}}}
{{{name}}}
Level{{{level}}}
HP{{{hp}}}
EXP{{{exp}}}
Job EXP{{{job-exp}}}
ID{{{id}}}
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}}}%