Template:Pokémon Infobox: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 41: Line 41:


=== Parameters ===
=== Parameters ===
* <code>image</code>: name of the image file (e.g. <code>Bulbasaur.png</code>)
* <code>image</code>: filename (e.g. <code>Bulbasaur.png</code>)
* <code>name</code>: species name
* <code>name</code>: species name
* <code>type</code>: type(s), e.g. <code>GRASS / POISON</code>
* <code>type</code>: e.g. <code>GRASS / POISON</code>
* <code>catchRate</code>: catch rate number
* <code>catchRate</code>: catch rate
* <code>abilities</code>: comma-separated, with “Hidden: X” for hidden abilities
* <code>abilities</code>: comma-separated (with “Hidden: X”)
* <code>spawnLocations</code>: comma-separated spawn areas
* <code>spawnLocations</code>: comma-separated
* <code>genderRatio</code>: percent male (e.g. <code>87.5</code>)
* <code>genderRatio</code>: % male
* <code>evYield</code>: comma-separated EV yields (e.g. <code>specialAttack:1</code>)
* <code>evYield</code>: comma-separated stats (e.g. <code>specialAttack:1</code>)
* <code>eggGroup</code>: comma-separated egg groups
* <code>eggGroup</code>: comma-separated
* <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


Usage example:
<pre>
<pre>
{{Pokémon Infobox
{{Pokémon Infobox

Revision as of 20:34, 16 May 2025


Template documentation

This infobox shows key stats for a Pokémon.

Parameters

  • image: filename (e.g. Bulbasaur.png)
  • name: species name
  • type: e.g. GRASS / POISON
  • catchRate: catch rate
  • abilities: comma-separated (with “Hidden: X”)
  • spawnLocations: comma-separated
  • genderRatio: % male
  • evYield: comma-separated stats (e.g. specialAttack:1)
  • eggGroup: comma-separated
  • mount: “Yes” or “No”
  • behavior: Timid/Passive/Aggressive percentages

Usage example:

{{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%
}}