Template:Stats: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<table style="width:300px;">
<table style="width:300px;">


<tr><td style="width:100px;text-align:right;">HP:</td><td style="width:25px;"><b>{{{hp}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: red; width:{{{hp}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">HP:</td><td style="width:25px;"><b>{{{HP}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: red; width:{{{HP}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>


<tr><td style="width:100px;text-align:right;">Attack:</td><td style="width:25px;"><b>{{{attack}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(240,128,48); width:{{{attack}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">Attack:</td><td style="width:25px;"><b>{{{Attack}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(240,128,48); width:{{{Attack}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>


<tr><td style="width:100px;text-align:right;">Defense:</td><td style="width:25px;"><b>{{{defense}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(248,208,48); width:{{{defense}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">Defense:</td><td style="width:25px;"><b>{{{Defense}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(248,208,48); width:{{{Defense}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>


<tr><td style="width:100px;text-align:right;">SpAtk:</td><td style="width:25px;"><b>{{{spa}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(104,144,240); width:{{{spa}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">SpAtk:</td><td style="width:25px;"><b>{{{SpAtk}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(104,144,240); width:{{{SpAtk}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>


<tr><td style="width:100px;text-align:right;">SpDef:</td><td style="width:25px;"><b>{{{spd}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(120,200,80); width:{{{spd}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">SpDef:</td><td style="width:25px;"><b>{{{SpDef}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(120,200,80); width:{{{SpDef}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>


<tr><td style="width:100px;text-align:right;">Speed:</td><td style="width:25px;"><b>{{{speed}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(248,88,136); width:{{{speed}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
<tr><td style="width:100px;text-align:right;">Speed:</td><td style="width:25px;"><b>{{{Speed}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(248,88,136); width:{{{Speed}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
</table>
</table>

Revision as of 01:07, 2 March 2005

HP:{{{HP}}}
 
Attack:{{{Attack}}}
 
Defense:{{{Defense}}}
 
SpAtk:{{{SpAtk}}}
 
SpDef:{{{SpDef}}}
 
Speed:{{{Speed}}}