Template:PokemonByEVYield: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="sortable" style="text-align: center; width: | <table class="sortable" align="center" style="text-align: center; width: 70%"> | ||
<tr class="pro-table-header"><th scope="col" colspan="2" class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: 9%;">No.</th><th scope="col" class="pro-table-header-cell">Name</th><th scope="col" class="pro-table-header-cell" width="5%">Exp.</th><th style="background-color: #FF0000; width: 5%">HP</th><th style="background-color: #F08030; width: 5%;">Attack</th><th style="background-color: #FD8030; width: 5%>Defense</th><th style="background-color: #6890F0; width: | <tr class="pro-table-header"><th scope="col" colspan="2" class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: 9%;">No.</th><th scope="col" class="pro-table-header-cell">Name</th><th scope="col" class="pro-table-header-cell" width="5%">Exp.</th><th style="background-color: #FF0000; width: 5%">HP</th><th style="background-color: #F08030; width: 5%;">Attack</th><th style="background-color: #FD8030; width: 5%>Defense</th><th style="background-color: #6890F0; width: 9%">Sp. Attack</th><th style="background-color: #78C850; width: 11%;">Sp. Defense</th><th style="background-color: #F85888; width: 5%">Speed</th><th class="pro-table-header-cell" style="width: 5%; border-radius: 1px 15px 1px 1px;">Total</th></tr> | ||
{{#loop: vector | {{#loop: vector | ||
|1 | |1 | ||
| | |6 | ||
| | | | ||
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|number={{#var: vector}}|data=number=Pokedex Number,name=Name,exp=Base Experience,generation=Generation,HP=EVHP,ATK=EVATK,DEF=EVDEF,SPA=EVSPA,SPDDEF=EVSPD,SPD=EVSP}} | |||
<tr style="background-color: #666666; cellpadding: 3px"> | <tr style="background-color: #666666; cellpadding: 3px"> | ||
<td>{{#external_value: number}}</td> | <td>{{#external_value: number}}</td> | ||
Line 17: | Line 17: | ||
<td style="background-color: #FAE078;">{{#external_value: DEF}}</td> | <td style="background-color: #FAE078;">{{#external_value: DEF}}</td> | ||
<td style="background-color: #9DB7F5;">{{#external_value: SPA}}</td> | <td style="background-color: #9DB7F5;">{{#external_value: SPA}}</td> | ||
<td style="background-color: #A7DB8D;">{{#external_value: | <td style="background-color: #A7DB8D;">{{#external_value: SPDDEF}}</td> | ||
<td style="background-color: #FA92B2;">{{#external_value: SPD}}</td> | <td style="background-color: #FA92B2;">{{#external_value: SPD}}</td> | ||
<td></td> | <td>{{#expr:{{#external_value:HP}}+{{#external_value:ATK}}+{{#external_value:DEF}}+{{#external_value:SPA}}+{{#external_value:SPDDEF}}+{{#external_value:SPD}}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</includeonly> | </includeonly> |