Difference between revisions of "Template:Pokedexrow"

From PokeGen Wiki
Jump to navigation Jump to search
m (Protected "Template:Pokedexrow": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading])
(before I do the real deal this should work for now)
Line 2: Line 2:
 
</noinclude>
 
</noinclude>
 
|-  
 
|-  
|style="background:#add8e6"|{{{1|???}}}
+
|style="background:#add8e6"|{{#if:{{Converter/NameNum|{{{2|}}}}}|{{Converter/NameNum|{{{2|}}}}}|???}}
 
|style="width:30%;background:#add8e6"| <img src = "http://{{GameURL}}/images/icons/{{{2|Bulbasaur}}}.gif"> [[{{{2|Bulbasaur}}}]]
 
|style="width:30%;background:#add8e6"| <img src = "http://{{GameURL}}/images/icons/{{{2|Bulbasaur}}}.gif"> [[{{{2|Bulbasaur}}}]]
 
|style="background:#add8e6"|{{{3|Normal}}}
 
|style="background:#add8e6"|{{{3|Normal}}}
Line 31: Line 31:
 
|}
 
|}
 
</pre>
 
</pre>
 +
 
</noinclude>
 
</noinclude>

Revision as of 14:52, 8 July 2024

??? Bulbasaur Normal Unreleased pokeball.png Unreleased pokeball.png Unreleased pokeball.png Unreleased pokeball.png Unreleased pokeball.png Unreleased pokeball.png

How to use this Template:

{| class="wikitable sortable pokemonList"  style="text-align: center; font-size: 90%; width: 80%; margin:auto"
!
!style="width: 15%"| Pokémon
!Type
!style="width: 10%"|Normal
!style="width: 10%"|Shiny
!style="width: 10%"|Midnight
!style="width: 10%"|Snow
!style="width: 10%"|Gold 
!style="width: 10%"|Dyna 
|- 
{{Pokedexrow|number|species|types|shiny=(default: unreleased)|midnight=(default: unreleased)|snow=(default: unreleased)|gold=(default: unreleased)|dyna=(default: unreleased)|normal=(default:unreleased)}}
{{Pokedexrow|1|Bulbasaur|Grass Poison|normal=Normal|midnight=Midnight|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}}
{{Pokedexrow|2|Ivysaur|Grass Poison|normal=Normal|midnight=Midnight|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}}
|}