Template:PokemonByEVYield: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="sortable" align="center" style="text-align: center; width: | <table class="sortable" align="center" style="text-align: center; background-color: #333333; width: 65%; padding: 8px; border: 5px solid #000000; border-radius: 15px;"> | ||
<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> | <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 | ||
| | |{{{Start}}} | ||
| | |{{{End}}} | ||
| | | | ||
{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header| | {{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Pokedex Number={{#var: vector}}|data=number=Pokedex Number,name=Name,exp=Base Experience,wild=Wild,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> | ||
<td>[[File:{{#external_value: number}}Icon.png]]</td> | <td>[[File:{{#external_value: number}}Icon.png]]</td> | ||
<td>[[{{#external_value: name}}]]</td> | <td>{{#ifeq: {{#external_value: wild}} | Y | '''[[{{#external_value: name}}]]''' | [[{{#external_value: name}}]] }}</td> | ||
<td>{{#external_value: exp}}</td> | <td>{{#external_value: exp}}</td> | ||
<td style="background-color: #FF5959;">{{#external_value: HP}}</td> | <td style="background-color: #FF5959;">{{#external_value: HP}}</td> | ||
Line 22: | Line 22: | ||
</tr> | </tr> | ||
}} | }} | ||
<tr><td style="border-radius: 1px 1px 15px 15px; text-align: left; padding: 3px; color: #FFFFFF;" colspan="11">All '''emboldened''' Pokémon are encounterable in the wild; see their individual pages for locational information regardingly.</td></tr> | |||
</table> | </table> | ||
</includeonly> | </includeonly> |