Template:DigPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
m Text replacement - "https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/" to "http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/"
Cae (talk | contribs)
mNo edit summary
Tag: Manual revert
 
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=http://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Name}}}|data=name=Name,number=Pokedex Number}}
{{#get_web_data:url=https://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>

Latest revision as of 14:59, 28 August 2025

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.