Template:PokemonByEVYield: Difference between revisions

From Pokemon Revolution Online Wiki
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: 70%">
<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
|1
|{{{Start}}}
|6
|{{{End}}}
|
|
{{#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}}
{{#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>

Revision as of 08:41, 29 November 2016