Template:StatTable: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 54: Line 54:
<!-- Total (no bar) -->
<!-- Total (no bar) -->
<tr class="total">
<tr class="total">
   <td class="lab">Total:
   <td class="lab">Total:<span>{{#expr:{{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}}}}</span></td>
    <span>{{#expr:
      {{{HP}}}+{{{Attack}}}+{{{Defense}}}+{{{SpAtk}}}+{{{SpDef}}}+{{{Speed}}}
    }}</span>
  </td>
   <td class="bar"></td>
   <td class="bar"></td>
</tr>
</tr>

Revision as of 05:52, 19 May 2025

{{StatTable
 |HP=80 |Attack=82 |Defense=83 |SpAtk=100 |SpDef=100 |Speed=80
}}