Template:DigPokemon: Difference between revisions

From Pokemon Revolution Online Wiki
Jump to navigation Jump to search
Cae (talk | contribs)
mNo edit summary
Tag: Manual revert
Cae (talk | contribs)
No edit summary
 
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=https://wiki.pokemonrevolution.net/index.php?title=Special:GetData/PokemonRawList|format=CSV with header|filters=Name={{{Name}}}|data=name=Name,number=Pokedex Number}}
{{#get_file_data:source=data|file name=PokemonRawList.csv|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 16:17, 1 October 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.