Template:PokemonByEVYield: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{#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|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>{{# | <td>{{#external_value: number}}</td> | ||
<td>[[File:{{# | <td>[[File:{{#external_value: number}}Icon.png]]</td> | ||
<td>[[{{# | <td>[[{{#external_value: name}}]]</td> | ||
<td>{{# | <td>{{#external_value: exp}}</td> | ||
<td style="background-color: #FF5959;">{{# | <td style="background-color: #FF5959;">{{#external_value: HP}}</td> | ||
<td style="background-color: #F5AC78;">{{# | <td style="background-color: #F5AC78;">{{#external_value: ATK}}</td> | ||
<td style="background-color: #FAE078;">{{# | <td style="background-color: #FAE078;">{{#external_value: DEF}}</td> | ||
<td style="background-color: #9DB7F5;">{{# | <td style="background-color: #9DB7F5;">{{#external_value: SPA}}</td> | ||
<td style="background-color: #A7DB8D;">{{# | <td style="background-color: #A7DB8D;">{{#external_value: SPATK}}</td> | ||
<td style="background-color: #FA92B2;">{{# | <td style="background-color: #FA92B2;">{{#external_value: SPD}}</td> | ||
<td></td> | <td></td> | ||
</tr> | </tr> |