Difference between revisions of "Template:Pokedexrow"
Jump to navigation
Jump to search
(Template for dexpage) |
(description how to use this template) |
||
Line 5: | Line 5: | ||
|style="width:30%;background:#add8e6"| <img src = "http://pokegenrpg.com/images/icons/{{{2|Bulbasaur}}}.gif"> [[{{{2|Bulbasaur}}}]] | |style="width:30%;background:#add8e6"| <img src = "http://pokegenrpg.com/images/icons/{{{2|Bulbasaur}}}.gif"> [[{{{2|Bulbasaur}}}]] | ||
|style="background:#add8e6"|{{{3|Normal}}} | |style="background:#add8e6"|{{{3|Normal}}} | ||
− | |style="background:#add8e6"|[[File:{{{normal|}}} pokeball.png]] | + | |style="background:#add8e6"|[[File:{{{normal|unreleased}}} pokeball.png]] |
|style="background:#add8e6"|[[File:{{{shiny|unreleased}}} pokeball.png]] | |style="background:#add8e6"|[[File:{{{shiny|unreleased}}} pokeball.png]] | ||
|style="background:#add8e6"|[[File:{{{mid|unreleased}}} pokeball.png]] | |style="background:#add8e6"|[[File:{{{mid|unreleased}}} pokeball.png]] | ||
Line 12: | Line 12: | ||
|style="background:#add8e6"|[[File:{{{dyna|unreleased}}} pokeball.png]] | |style="background:#add8e6"|[[File:{{{dyna|unreleased}}} pokeball.png]] | ||
<noinclude>|} | <noinclude>|} | ||
+ | How to use this Template: | ||
+ | <pre> | ||
+ | {| 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)|snow=(default: unreleased)|gold=(default: unreleased)|dyna=(default: unreleased)|normal=(default:unreleased)}} | ||
+ | {{Pokedexrow|1|Bulbasaur|Grass Poison|normal=Normal|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}} | ||
+ | {{Pokedexrow|2|Ivysaur|Grass Poison|normal=Normal|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}} | ||
+ | |} | ||
+ | </pre> | ||
</noinclude> | </noinclude> |
Revision as of 01:48, 19 September 2020
??? | Bulbasaur | Normal |
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)|snow=(default: unreleased)|gold=(default: unreleased)|dyna=(default: unreleased)|normal=(default:unreleased)}} {{Pokedexrow|1|Bulbasaur|Grass Poison|normal=Normal|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}} {{Pokedexrow|2|Ivysaur|Grass Poison|normal=Normal|shiny=Shiny|snow=Snow|gold=Golden|dyna=Dyna}} |}