Template:PokemonByEVYield: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
|95 | |95 | ||
| | | | ||
{{#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|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> | ||