Template:StatTable: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
   <td class="lab">HP:<span>{{{HP}}}</span></td>
   <td class="lab">HP:<span>{{{HP}}}</span></td>
   <td class="bar">
   <td class="bar">
     <div class="fill" style="width:{{#expr: round( {{{HP}}} * 100 / 255 ,0 )}}%;"></div>
     <div class="fill" style="width:{{#expr: ( {{{HP|0}}} * 100 / 255 ) round 0}}%;"></div>
   </td>
   </td>
</tr>
</tr>

Revision as of 04:10, 19 May 2025

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