Template:StatTable: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
           <div class="fill" style="width:{{#expr: ( {{{HP|0}}} * 100 / 255 ) round 0}}%;"></div>
           <div class="fill" style="width:{{#expr: ( {{{HP|0}}} * 100 / 255 ) round 0}}%;"></div>
         </td>
         </td>
         <td class="row-hp">
         <td class="row-hp"><span>
           {{#ifexpr:{{{HP}}}=1|1
           {{#ifexpr:{{{HP}}}=1|1
           |{{#expr:((0+2*{{{HP}}}+(0/4))*50/100)+10+50}}}} –  
           |{{#expr:((0+2*{{{HP}}}+(0/4))*50/100)+10+50}}}} –  
           {{#ifexpr:{{{HP}}}=1|1
           {{#ifexpr:{{{HP}}}=1|1
           |{{#expr:((31+2*{{{HP}}}+(252/4))*50/100)+10+50}}}}
           |{{#expr:((31+2*{{{HP}}}+(252/4))*50/100)+10+50}}}}
</span>
         </td>
         </td>
         <td class="row-hp">
         <td class="row-hp">

Revision as of 06:28, 19 May 2025

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