Template:Stats/GenI: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
<table style="width:1px;">
{|
 
|-
<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>
|style="text-align:right;"|HP:
 
!style="text-align:left;"|{{{HP}}}
<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>
|<div class="statbar" style="background-color: red; width:{{{HP}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div>
 
|-
<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>
|style="text-align:right;"|Attack:
 
!style="text-align:left;"|{{{Attack}}}
<tr><td style="width:100px;text-align:right;">Special:</td><td style="width:25px;"><b>{{{Special}}}</b></td><td style="width: 125px;"><div class="statbar" style="background-color: rgb(104,144,240); width:{{{Special}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div></td></tr>
|<div class="statbar" style="background-color: rgb(240,128,48); width:{{{Attack}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div>
 
|-
<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>
|style="text-align:right;"|Defense:
</table>
!style="text-align:left;"|{{{Defense}}}
|<div class="statbar" style="background-color: rgb(248,208,48); width:{{{Defense}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div>
|-
|style="text-align:right;"|Special:
!style="text-align:left;"|{{{Special}}}
|<div class="statbar" style="background-color: rgb(104,144,240); width:{{{Special}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div>
|-
|style="text-align:right;"|Speed:
!style="text-align:left;"|{{{Speed}}}
|<div class="statbar" style="background-color: rgb(248,88,136); width:{{{Speed}}}px; height: 10px; border: 1px solid black; overflow: hidden;">&nbsp;</div>
|}

Revision as of 08:42, 20 April 2005

HP: {{{HP}}}
 
Attack: {{{Attack}}}
 
Defense: {{{Defense}}}
 
Special: {{{Special}}}
 
Speed: {{{Speed}}}