Template:Stats: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
|style="text-align:right;"|HP: | |style="text-align:right;"|HP: | ||
!style="text-align:left;"|{{{HP}}} | !style="text-align:left;"|{{{HP}}} | ||
|<div class="statbar" style="background-color: red; width:{{{HP}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | |<div class="statbar" style="background-color: red; width: {{{HP}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|- | |- | ||
|style="text-align:right;"|Attack: | |style="text-align:right;"|Attack: | ||
!style="text-align:left;"|{{{Attack}}} | !style="text-align:left;"|{{{Attack}}} | ||
|<div class="statbar" style="background-color: rgb(240,128,48); width:{{{Attack}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | |<div class="statbar" style="background-color: rgb(240,128,48); width: {{{Attack}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|- | |- | ||
|style="text-align:right;"|Defense: | |style="text-align:right;"|Defense: | ||
!style="text-align:left;"|{{{Defense}}} | !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;"> </div> | |<div class="statbar" style="background-color: rgb(248,208,48); width: {{{Defense}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|- | |- | ||
|style="text-align:right;"|SpAtk: | |style="text-align:right;"|SpAtk: | ||
!style="text-align:left;"|{{{SpAtk}}} | !style="text-align:left;"|{{{SpAtk}}} | ||
|<div class="statbar" style="background-color: rgb(104,144,240); width:{{{SpAtk}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | |<div class="statbar" style="background-color: rgb(104,144,240); width: {{{SpAtk}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|- | |- | ||
|style="text-align:right;"|SpDef: | |style="text-align:right;"|SpDef: | ||
!style="text-align:left;"|{{{SpDef}}} | !style="text-align:left;"|{{{SpDef}}} | ||
|<div class="statbar" style="background-color: rgb(120,200,80); width:{{{SpDef}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | |<div class="statbar" style="background-color: rgb(120,200,80); width: {{{SpDef}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|- | |- | ||
|style="text-align:right;"|Speed: | |style="text-align:right;"|Speed: | ||
!style="text-align:left;"|{{{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;"> </div> | |<div class="statbar" style="background-color: rgb(248,88,136); width: {{{Speed}}}px; height: 10px; border: 1px solid black; overflow: hidden;"> </div> | ||
|} | |} |
Revision as of 21:14, 5 June 2005
HP: | {{{HP}}} | |
---|---|---|
Attack: | {{{Attack}}} | |
Defense: | {{{Defense}}} | |
SpAtk: | {{{SpAtk}}} | |
SpDef: | {{{SpDef}}} | |
Speed: | {{{Speed}}} |