Template:Stats: Difference between revisions

From AnotherEidos Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<div class="infobox character">
{{Stats
{{{#if:{{{image|}}}|<div class="infobox-image">[[File:{{{image}}}|100px]]</div>}}}
| filename =
<table>
| lv max =  
{{{#if:{{{param1|}}}|<tr> <th>HP</th>
| hp =
<td>{{{param1}}}</td></tr>}}}
| hp max =
{{{#if:{{{param2|}}}|<tr> <th>ATTACK</th>
| atk =
<td>{{{param2}}}</td></tr>}}}
| atk max =
{{{#if:{{{param3|}}}|<tr> <th>DEFENSE</th>
| cost =
<td>{{{param3}}}</td></tr>}}}
| deployment =
{{{#if:{{{param4|}}}|<tr> <th>MAGIC RES. </th>
| class =
<td>{{{param4}}}</td></tr>}}}
| def =
{{{#if:{{{param5|}}}|<tr><th>REDEPLOYMENT</th>
| def max =
<td>{{{param5}}}</td> </tr>}}}
| block =
{{{#if:{{{param6|}}}|<tr> <th>BLOCK</th>
| magic res =
<td>{{{param6}}}</td></tr>}}}
| magic res max =
{{{#if:{{{param7|}}}|<tr> <th>ATK. SPEED</th>
| atk spd =
<td>{{{param7}}}</td></tr>}}}
}}
{{{#if:{{{param8|}}}|<tr> <th>RANGE</th>
<td>{{{param8}}}</td></tr>}}}</table> </div>

Revision as of 07:13, 13 March 2022

Template loop detected: Template:Stats