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="pkmn-infobox"
{| class="pkmn-infobox"
   style="float:right; margin:0 0 1em 1em;
   style="float:right; margin:0 0 1em 1em; width:260px; background:#FFF;
          width:260px; background:#FFF;
           border:4px solid #{{TypeColor|{{{type1|Unknown}}}}};
           border:4px solid #{{TypeColor|{{{type1|Unknown}}}}};
           border-radius:10px; overflow:hidden;
           border-radius:10px; overflow:hidden;
           box-shadow:0 0 6px rgba(0,0,0,0.2);"
           box-shadow:0 0 6px rgba(0,0,0,0.2);"
|-
|-
! colspan="2"
! colspan="2" style="background:#{{TypeColor|{{{type1|Unknown}}}}};
  style="background:#{{TypeColor|{{{type1|Unknown}}}}};
    color:#FFF; font-size:140%; text-align:center; padding:4px 0;
        color:#FFF; font-size:140%; text-align:center;
    border-bottom:2px solid #333;" |
        padding:4px 0; border-bottom:2px solid #333;" |
   {{{name|}}}
   {{{name|}}}
|-
|-
Line 18: Line 16:
! colspan="2" style="background:#EFEFEF; text-align:center;" | Basic info
! colspan="2" style="background:#EFEFEF; text-align:center;" | Basic info
|-
|-
! scope="row" | Type
! scope="row"| Type
| {{#if:{{{type2|}}}
| {{#if:{{{type2|}}}
   | {{ucfirst:{{{type1}}}}} / {{ucfirst:{{{type2}}}}}
   | {{ucfirst:{{{type1}}}}} / {{ucfirst:{{{type2}}}}}
   | {{ucfirst:{{{type1}}}}} }}
   | {{ucfirst:{{{type1}}}}} }}
|-
|-
! scope="row" | Catch&nbsp;rate
! scope="row"| Catch&nbsp;rate
| {{{catchRate|}}}
| {{{catchRate|}}}
|-
|-
! scope="row" | Abilities
! scope="row"| Abilities
| {{{abilities|}}}
| {{{abilities|}}}
|-
|-
! scope="row" | Spawn&nbsp;loc.
! scope="row"| Spawn&nbsp;loc.
| {{{spawnLocations|}}}
| {{{spawnLocations|}}}
|-
|-
! scope="row" | Gender&nbsp;ratio
! scope="row"| Gender&nbsp;ratio
| {{{genderRatio|}}}
| {{{genderRatio|}}}
|-
|-
! scope="row" | EV&nbsp;yield
! scope="row"| EV&nbsp;yield
| {{{evYield|}}}
| {{{evYield|}}}
|-
|-
! scope="row" | Egg&nbsp;group(s)
! scope="row"| Egg&nbsp;group(s)
| {{{eggGroup|}}}
| {{{eggGroup|}}}
|-
|-
! scope="row" | Mountable
! scope="row"| Mountable
| {{{mount|}}}
| {{{mount|}}}
|-
|-
! scope="row" | Behavior
! scope="row"| Behavior
| {{{behavior|}}}
| {{{behavior|}}}
|}
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>(documentation omitted)</noinclude>
See documentation in previous message.
</noinclude>

Revision as of 05:32, 17 May 2025

(documentation omitted)