Difference between revisions of "Template:BaseStats"

From PokeGen Wiki
Jump to navigation Jump to search
(Basic Template)
 
(removed headline and border color, not necessar)
Line 1: Line 1:
<includeonly>== Base Stats ==
+
<includeonly>
{|class="wikitable" style="width: 90%; background-color: #{{{color|FFFFFF}}}; border: 2px solid #{{{color2|000000}}}; text-align:center"
+
{|class ="wikitable" style="width: 90%; background-color: #{{{color|fff}}}; border: 2px solid; text-align:center"
 
|'''HP'''
 
|'''HP'''
 
|'''Attack'''
 
|'''Attack'''
Line 22: Line 22:
 
|spd=(Default:0)
 
|spd=(Default:0)
 
|spe=(Default:0)
 
|spe=(Default:0)
|color=(backgroundcolor, Default:FFFFFF(white))
+
|color=(backgroundcolor,just if we need it someday Default:fff(white))
|color2=(bordercolor, Default:000000(black))
 
 
}}</pre></noinclude>
 
}}</pre></noinclude>

Revision as of 19:55, 15 August 2020

{{BaseStats
|hp=(Default:0)
|atk=(Default:0)
|def=(Default:0)
|spa=(Default:0)
|spd=(Default:0)
|spe=(Default:0)
|color=(backgroundcolor,just if we need it someday Default:fff(white))
}}