Template:PokemonByNumber: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Generation=1|data=number=Pokedex Number,name=Name,type1=Type1,type2=Type2}} | <includeonly>{{#get_web_data:url=http://pro-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Generation=1|data=number=Pokedex Number,name=Name,type1=Type1,type2=Type2,generation=Generation}} | ||
<table class="pro-table" style="text-align: center; width: 45%"> | <table class="pro-table" style="text-align: center; width: 45%"> | ||
| Line 8: | Line 8: | ||
<td width="5%">[[File:{{{number}}}Icon.png]] | <td width="5%">[[File:{{{number}}}Icon.png]] | ||
<td>[[{{{name}}}]]</td> | <td>[[{{{name}}}]]</td> | ||
<td style="background: #{{ {{{type1}}}_color}};">[[{{{type1}}}_(type)|<span style="color:# | <td style="background: #{{ {{{type1}}}_color}};">[[{{{type1}}}_(type)|<span style="color:#FFFFFF">{{{type1}}}</span>]]</td> | ||
<td style="background: #{{ {{{type2}}}_color}};">[[{{{type2}}}_(type)|<span style="color:# | <td style="background: #{{ {{{type2}}}_color}};">[[{{{type2}}}_(type)|<span style="color:#FFFFFF">{{{type2}}}</span>]]</td> | ||
</tr> | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</includeonly> | </includeonly> | ||