|
|
| Line 21: |
Line 21: |
| |- | | |- |
| ! Gender ratio | | ! Gender ratio |
| | {{{genderRatio|}}}% ♂ | | | {{{genderRatio|}}} |
| |- | | |- |
| ! EV yield | | ! EV yield |
| Line 37: |
Line 37: |
| </includeonly> | | </includeonly> |
| <noinclude> | | <noinclude> |
| == Template documentation ==
| | ...documentation as before... |
| This infobox shows key stats for a Pokémon.
| |
| | |
| === Parameters ===
| |
| * <code>image</code>: filename (e.g. <code>Bulbasaur.png</code>)
| |
| * <code>name</code>: species name
| |
| * <code>type</code>: e.g. <code>GRASS / POISON</code>
| |
| * <code>catchRate</code>: catch rate
| |
| * <code>abilities</code>: comma-separated (with “Hidden: X”)
| |
| * <code>spawnLocations</code>: comma-separated
| |
| * <code>genderRatio</code>: % male
| |
| * <code>evYield</code>: comma-separated stats (e.g. <code>specialAttack:1</code>)
| |
| * <code>eggGroup</code>: comma-separated
| |
| * <code>mount</code>: “Yes” or “No”
| |
| * <code>behavior</code>: Timid/Passive/Aggressive percentages
| |
| | |
| Usage example:
| |
| <pre>
| |
| {{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%
| |
| }}
| |
| </pre>
| |
| </noinclude> | | </noinclude> |
Revision as of 21:11, 16 May 2025
...documentation as before...