Difference between revisions of "Template:PkType"

From Pokemon World Online Wiki
Jump to: navigation, search
m (Undo revision 15183 by Naero (talk))
m
 
(46 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#get_web_data:url=http://pwo-wiki.info/index.php?title=Special:GetData/PokémonRawList|format=CSV with header|filters=type1={{{1}}},type2={{{1}}}|data=name=Name,type1=Type1,type2=Type2,pdex=Pokedex Number,obtainability=Rarity}}
+
<includeonly>{{#get_web_data:url=https://pwo-wiki.info/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=type1={{ucfirst:{{{1}}}}}|data=name=Name,type1=Type1,type2=Type2,pdex=Pokedex Number}}
<center><table style="text-align:center; border: #{{{{{1}}}_color_dark}} 3px solid; border-radius: 15px 15px 15px 15px; background: #{{{{{1}}}_color}};" class="sortable" width="75%" cellspacing="3" cellpadding="5">
+
<center><table class="sortable" style="text-align:center; border: #{{{{{1}}}_color_dark}} 3px solid; border-radius: 15px 15px 15px 15px; background: #{{{{{1}}}_color_light}}; padding: 3px;" class="sortable" width="45%" cellspacing="3" cellpadding="5">
<tr><th scope="col" width="9%">#</th><th scope="col" colspan="2" width="17%">Pokémon</th><th scope="col" width="10%">Type 1</th><th scope="col" width="10%">Type 2</th></tr>
+
<tr><th scope="col" style="background: #{{{{{1}}}_color}}; border-radius: 15px 0px 0px 0px;" width="5%">#</th><th style="background: #{{{{{1}}}_color}};" scope="col" colspan="2" width="14%">Pokémon</th><th style="background: #{{{{{1}}}_color}};" scope="col" width="10%">Type 1</th><th style="background: #{{{{{1}}}_color}}; border-radius: 0px 15px 0px 0px;" scope="col" width="10%">Type 2</th></tr>
 
{{#for_external_table:
 
{{#for_external_table:
 
<tr style="background: #FFFFFF;">
 
<tr style="background: #FFFFFF;">
<td>{{{pdex}}}</td>
+
<td width="3%">{{{pdex}}}</td>
<td>[[File:{{{pdex}}}small.png]]</td>
+
<td width="3%">[[File:{{{pdex}}}small.png]]</td>
<td>{{#ifeq: {{{obtainability}}} | N | '''[[{{{name}}}]]''' | [[{{{name}}}]]}}</td>
+
<td width="15%">[[{{{name}}}]]</td>
<td style="background: #{{ {{{type1}}}_color}}; color: #000000;">[[{{{type1}}}_(type)|<span style="color:#000;">{{{type1}}}</span>]]</td>
+
<td width="10%" style="background: #{{ {{{type1}}}_color}}; color: #000000;">[[{{{type1}}}_(type)|<span style="color:#FFFFFF;">{{{type1}}}</span>]]</td>
<td {{#ifeq: {{{type2}}} | N/A | >N/A</td> | style="background: #{{ {{{type2}}}_color}}; color: #000000;">[[{{{type2}}}_(type)|<span style="color:#000;">{{{type2}}}</span>]]</td>}}
+
<td width="10%" style="background: #{{ {{{type2}}}_color}}; color: #000000;">[[{{{type2}}}_(type)|<span style="color:#FFFFFF;">{{{type2}}}</span>]]</td>
</tr>
+
</tr>}}
<tr><td colspan="4" style="text-align: center; margin-bottom: 3px; margin-top: 3px;"><small><b>Emboldened</b> Pokémon are currently not obtainable by any means within PWO.</td></small></tr>
+
}}
+
 
</table></center>
 
</table></center>
 
</includeonly>
 
</includeonly>

Latest revision as of 18:51, 2 February 2023