Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<script language="javascript">
<!--
function style(div,valuename){
if(valuename="atk"){
var value={{{Attack}}}
}
if(valuename="def"){
var value={{{Defense}}}
}
if(valuename="spd"){
var value={{{Speed}}}
}
if(valuename="hp"){
var value={{{HP}}}
}
if(valuename="spatk"){
var value={{{SpAtk}}}
}
if(valuename="atk"){
var value={{{SpDef}}}
}
div.style="background-color: rgb(240,128,48); width: "+value+"px; height: 10px; border: 1px solid black; overflow: hidden";
}
//-->
</script>
{|
|-
|style="text-align:right;"|HP:
!style="text-align:left;"|{{{HP}}}
|<div class="statbar" style="" onload="style(this,"hp")> </div>
|-
|style="text-align:right;"|Attack:
!style="text-align:left;"|{{{Attack}}}
|<div class="statbar" style="" onload="style(this,"atk")> </div>
|-
|style="text-align:right;"|Defense:
!style="text-align:left;"|{{{Defense}}}
|<div class="statbar" style="" onload="style(this,"def")> </div>
|-
|style="text-align:right;"|SpAtk:
!style="text-align:left;"|{{{SpAtk}}}
|<div class="statbar" style="" onload="style(this,"spatk")> </div>
|-
|style="text-align:right;"|SpDef:
!style="text-align:left;"|{{{SpDef}}}
|<div class="statbar" style="" onload="style(this,"spdef")> </div>
|-
|style="text-align:right;"|Speed:
!style="text-align:left;"|{{{Speed}}}
|<div class="statbar" style="" onload="style(this,"spd")> </div>
|}
We use essential cookies to make this site work, and optional cookies to enhance your experience.