Template:DigPokemon: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
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_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.