Template:BaseStatList: Difference between revisions
Jump to navigation
Jump to search
Created page with "<includeonly><table class="pro-table" align="center" style="width: 85%;"> <tr> <td> <table class="sortable" style="text-align: center; background-color: #333333;"> <tr class="..." |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><table | <includeonly>{{#vardefine:cell|#{{Typeless_color_light}}}}{{#vardefine:background|#{{Typeless_color}}}}{{#vardefine:border|#{{Typeless_color_dark}}}}<table align="center" style="width: 85%; background-color: {{#var:background}}; border: 3px solid {{#var:border}}; padding: 4px; border-radius: 25px;"> | ||
<tr> | <tr> | ||
<td> | <td> | ||
<table class="sortable" style="text-align: center | <table class="sortable" style="text-align: center;"> | ||
<tr | <tr style="text-align: center; background-color: {{#var:cell}}; color: {{#var:border}};"><th scope="col" colspan="2" style="border-radius: 15px 1px 1px 1px; width: 7%; border: 1px solid {{#var:border}};">No.</th><th scope="col" style="width: 10%; border: 1px solid {{#var:border}};">Name</th><th style="background-color: #FF0000; width: 6%; border: 1px solid #{{HP_color_dark}};">HP</th><th style="background-color: #F08030; width: 7%; border: 1px solid #{{Attack_color_dark}};">Attack</th><th style="background-color: #FD8030; width: 7%; border: 1px solid #{{Defense_color_dark}};">Defense</th><th style="background-color: #6890F0; width: 10%; border: 1px solid #{{Special_Attack_color_dark}};">Sp. Attack</th><th style="background-color: #78C850; width: 12%; border: 1px solid #{{Special_Defense_color_dark}};">Sp. Defense</th><th style="background-color: #F85888; width: 6%; border: 1px solid #{{Speed_color_dark}}; border-top-right-radius: 15px;">Speed</th></tr> | ||
{{#for_external_table: | {{#for_external_table: | ||
{{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|data=generation=Generation,number=Pokedex Number,name=Name,HP=HP,ATK=Attack,DEF=Defense,SPA=Special Attack,SPDDEF=Special Defense,SPD=Speed}} | {{#get_web_data:url=http://prowiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|data=generation=Generation,number=Pokedex Number,name=Name,HP=HP,ATK=Attack,DEF=Defense,SPA=Special Attack,SPDDEF=Special Defense,SPD=Speed}} | ||
<tr style="background-color: # | <tr style="background-color: #FFFFFF; color:#000000; cellpadding: 3px"> | ||
<td>{{{number}}}</td> | <td>{{{number}}}</td> | ||
<td>[[File:{{{number}}}Icon.png]]</td> | <td>[[File:{{{number}}}Icon.png]]</td> |