Template:PTANRow: Difference between revisions
Jump to navigation
Jump to search
m Omitted the Pokemon-name row initially. |
Augmented the Ab parameter to expand the argument's cardinality. |
||
Line 1: | Line 1: | ||
<noinclude>Use this in tandem with [[Template:PokemonTableAbNat]] to construct the tabular contents in it. The parameters are {{{Ab}}} (defaults to Ability 1) and {{{Nat}}}.</noinclude> | <noinclude>Use this in tandem with [[Template:PokemonTableAbNat]] to construct the tabular contents in it. The parameters are {{{Ab}}} (defaults to Ability 1) and {{{Nat}}}.</noinclude> | ||
<includeonly> | <includeonly> | ||
{{#get_web_data:url=http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Pokemon}}}|data=name=Name,number=Pokedex Number, | {{#get_web_data:url=http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Pokemon|Barboach}}}|data=name=Name,number=Pokedex Number}}{{#arraydefine:abilities|{{{Ab|}}}|,}} | ||
<tr style="background-color:#FFFFFF; color:#000000;"> | <tr style="background-color:#FFFFFF; color:#000000;"> | ||
<td>#{{padleft:{{#external_value:number}}|3}}</td> | <td>#{{padleft:{{#external_value:number}}|3}}</td> | ||
<td>[[File:{{#external_value:number}}Icon.png]]</td> | <td>[[File:{{#external_value:number}}Icon.png]]</td> | ||
<td>[[{{#external_value:name}}]]</td> | <td>[[{{#external_value:name}}]]</td> | ||
<td> | <td>{{#arrayprint:abilities|, |ab|{{Ab|ab}}}}</td> | ||
<td>{{{Nat|}}}</td> | <td>{{{Nat|Jolly, Naive, Adamant, Hasty}}}</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> |
Revision as of 17:52, 26 September 2023
Use this in tandem with Template:PokemonTableAbNat to construct the tabular contents in it. The parameters are {{{Ab}}} (defaults to Ability 1) and {{{Nat}}}.