Template:Pokémon Infobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly> {| class="infobox pokemon-infobox" style="width:220px; text-align:left; font-size:90%;" |- ! colspan="2" style="text-align:center; padding:4px 0;" | [[File:{{{image|}}}|200px|link=]] |- ! Name | {{{name|}}} |- ! Type | {{{type|}}} |- ! Catch rate | {{{catchRate|}}} |- ! Abilities | {{{abilities|}}} |- ! Spawn locations | {{{spawnLocations|}}} |- ! Gender ratio | {{{genderRatio|}}}% ♂ |- ! EV yield | {{{evYield|}}} |- ! Egg group | {{{eggGroup|}}} |- ! Mou...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox pokemon-infobox | {| class="infobox pokemon-infobox" | ||
|- | |- | ||
! colspan="2" style="text-align:center; padding:4px | ! colspan="2" style="text-align:center; padding:4px;" | | ||
[[File:{{{image|}}}|200px]] | |||
|- | |- | ||
! Name | ! Name | ||
| Line 38: | Line 38: | ||
<noinclude> | <noinclude> | ||
== Template documentation == | == Template documentation == | ||
This | This infobox shows key stats for a Pokémon. | ||
* <code>image</code>: | === Parameters === | ||
* <code>name</code>: | * <code>image</code>: name of the image file (e.g. <code>Bulbasaur.png</code>) | ||
* <code>type</code>: | * <code>name</code>: species name | ||
* <code>catchRate</code>: | * <code>type</code>: type(s), e.g. <code>GRASS / POISON</code> | ||
* <code>abilities</code>: | * <code>catchRate</code>: catch rate number | ||
* <code>spawnLocations</code>: | * <code>abilities</code>: comma-separated, with “Hidden: X” for hidden abilities | ||
* <code>genderRatio</code>: | * <code>spawnLocations</code>: comma-separated spawn areas | ||
* <code>evYield</code>: EV yields | * <code>genderRatio</code>: percent male (e.g. <code>87.5</code>) | ||
* <code>eggGroup</code>: | * <code>evYield</code>: comma-separated EV yields (e.g. <code>specialAttack:1</code>) | ||
* <code>eggGroup</code>: comma-separated egg groups | |||
* <code>mount</code>: “Yes” or “No” | * <code>mount</code>: “Yes” or “No” | ||
* <code>behavior</code>: Timid/Passive/Aggressive percentages | * <code>behavior</code>: Timid/Passive/Aggressive percentages | ||
<pre> | <pre> | ||
{{Pokémon Infobox | {{Pokémon Infobox | ||
Revision as of 20:12, 16 May 2025
Template documentation
This infobox shows key stats for a Pokémon.
Parameters
image: name of the image file (e.g.Bulbasaur.png)name: species nametype: type(s), e.g.GRASS / POISONcatchRate: catch rate numberabilities: comma-separated, with “Hidden: X” for hidden abilitiesspawnLocations: comma-separated spawn areasgenderRatio: percent male (e.g.87.5)evYield: comma-separated EV yields (e.g.specialAttack:1)eggGroup: comma-separated egg groupsmount: “Yes” or “No”behavior: Timid/Passive/Aggressive percentages
{{Pokémon Infobox
|image=Bulbasaur.png
|name=Bulbasaur
|type=GRASS / POISON
|catchRate=45
|abilities=Overgrow, Hidden: Chlorophyll
|spawnLocations=LAND
|genderRatio=87.5
|evYield=specialAttack:1
|eggGroup=MONSTER, GRASS
|mount=No
|behavior=Timid 80% / Passive 0% / Aggressive 20%
}}