Template:DigPokemon: Difference between revisions
Jump to navigation
Jump to search
m Text replacement - "prowiki.info" to "wiki.pokemonrevolution.net" |
m Text replacement - "https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/" to "http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/" |
||
Line 1: | Line 1: | ||
<noinclude>Used to plug in the tabular list of encounterable Pokemon for diggable patches. Plug in this template as an argument (specifically under {{{DigPokemon}}}) of the overlaying table of [[Template:DigSpotAllotment]].</noinclude> | <noinclude>Used to plug in the tabular list of encounterable Pokemon for diggable patches. Plug in this template as an argument (specifically under {{{DigPokemon}}}) of the overlaying table of [[Template:DigSpotAllotment]].</noinclude> | ||
<includeonly> | <includeonly> | ||
{{#get_web_data:url= | {{#get_web_data:url=http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Name}}}|data=name=Name,number=Pokedex Number}} | ||
<tr style="background-color:#FFFFFF;"><td>[[File:{{#external_value:number}}Icon.png]]</td><td>[[{{#external_value:name}}|{{#ifeq:{{{Ms}}}|1|<span style="color: #FF00BF; font-weight: bold;">{{#external_value:name}}</span>|{{#external_value:name}}}}]]</td><td>{{{Tier}}}</td> | <tr style="background-color:#FFFFFF;"><td>[[File:{{#external_value:number}}Icon.png]]</td><td>[[{{#external_value:name}}|{{#ifeq:{{{Ms}}}|1|<span style="color: #FF00BF; font-weight: bold;">{{#external_value:name}}</span>|{{#external_value:name}}}}]]</td><td>{{{Tier}}}</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> |
Revision as of 11:05, 23 April 2022
Used to plug in the tabular list of encounterable Pokemon for diggable patches. Plug in this template as an argument (specifically under {{{DigPokemon}}}) of the overlaying table of Template:DigSpotAllotment.