Template:Pokémon Infobox: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox pokemon-infobox"
{| class="pkmn-infobox" style="float:right; margin:0 0 1em 1em;
  background:#FFF; width:260px; border:4px solid #{{TypeColor|{{{type1|Unknown}}}}};"
|-
|-
! colspan="2" style="text-align:center; padding:4px;" |
! colspan="2" style="background:#{{TypeColor|{{{type1|Unknown}}}}};
[[File:{{{image|}}}|200px]]
  color:#FFF; font-size:140%; text-align:center; padding:4px 0; border-bottom:2px solid #333;" |
  {{{name|}}}
|-
|-
! Name
| colspan="2" style="text-align:center; padding:6px 0;" |
| {{{name|}}}
  [[File:{{{image|}}}|200px]]
|-
|-
! Type
! colspan="2" style="background:#EFEFEF; text-align:center;" | Basic info
| {{{type|}}}
|-
! style="width:110px;" | Type
| {{#if:{{{type2|}}}
  | {{ucfirst:{{{type1}}}}} / {{ucfirst:{{{type2}}}}}
  | {{ucfirst:{{{type1}}}}} }}
|-
|-
! Catch rate
! Catch rate
Line 17: Line 23:
| {{{abilities|}}}
| {{{abilities|}}}
|-
|-
! Spawn locations
! Spawn loc.
| {{{spawnLocations|}}}
| {{{spawnLocations|}}}
|-
|-
Line 26: Line 32:
| {{{evYield|}}}
| {{{evYield|}}}
|-
|-
! Egg group
! Egg group(s)
| {{{eggGroup|}}}
| {{{eggGroup|}}}
|-
|-
Line 37: Line 43:
</includeonly>
</includeonly>
<noinclude>
<noinclude>
== Template documentation ==
==Usage==
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>: e.g. <code>87.5% ♂ / 12.5% ♀</code> 
* <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 
 
<pre>
<pre>
{{Pokémon Infobox
{{Pokémon Infobox
|image=Bulbasaur.png
|image=Bulbasaur.png
|name=Bulbasaur
|name=Bulbasaur
|type=GRASS / POISON
|type1=Grass|type2=Poison
|catchRate=45
|catchRate=45
|abilities=Overgrow, Hidden: Chlorophyll
|abilities=Overgrow, Hidden: Chlorophyll
Line 63: Line 54:
|genderRatio=87.5% ♂ / 12.5% ♀
|genderRatio=87.5% ♂ / 12.5% ♀
|evYield=specialAttack:1
|evYield=specialAttack:1
|eggGroup=MONSTER, GRASS
|eggGroup=Monster, Grass
|mount=No
|mount=No
|behavior=Timid 80% / Passive 0% / Aggressive 20%
|behavior=Timid 80% / Passive 0% / Aggressive 20%

Revision as of 05:18, 17 May 2025


Usage

{{Pokémon Infobox
|image=Bulbasaur.png
|name=Bulbasaur
|type1=Grass|type2=Poison
|catchRate=45
|abilities=Overgrow, Hidden: Chlorophyll
|spawnLocations=LAND
|genderRatio=87.5% ♂ / 12.5% ♀
|evYield=specialAttack:1
|eggGroup=Monster, Grass
|mount=No
|behavior=Timid 80% / Passive 0% / Aggressive 20%
}}