|
|
| (16 intermediate revisions by 3 users not shown) |
| 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}} | | <noinclude> |
| | {{PokemonByNumber|1}} |
| | </noinclude> |
|
| |
|
| <table class="pro-table" style="text-align: center; width: 40%"> | | <includeonly>{{#invoke:PokemonByNumber|main|{{{1}}}}}</includeonly> |
| <tr class="pro-table-header"><th scope="col" class="pro-table-header-cell" style="border-radius: 15px 1px 1px 1px; width: 5%">No.</th><th scope="col" class="pro-table-header-cell" colspan="2" width="20%">Name</th><th scope="col" class="pro-table-header-cell" width="18%">Type 1</th><th class="pro-table-header-cell" style="border-radius: 1px 15px 1px 1px; width: 18%">Type 2</th></tr>
| |
| {{#for_external_table: | |
| <tr style="background-color: #666666;">
| |
| <td>{{{number}}}</td>
| |
| <td width="5%">[[File:{{{number}}}Icon.png]]
| |
| <td>[[{{{name}}}]]</td>
| |
| <td style="background: #{{ {{{type1}}}_color}};">[[{{{type1}}}_(type)|<p style="color: #{{ {{{type1}}}_color_dark}}; font-weight: bold">{{{type1}}}</p>]]</td>
| |
| <td style="background: #{{ {{{type2}}}_color}};">[[{{{type2}}}_(type)|<p style="color: #{{ {{{type2}}}_color_dark}}; font-weight: bold">{{{type2}}}</p>]]</td>
| |
| </tr>
| |
| }}
| |
| </table>
| |
| </includeonly> | |