User:Soulweaver/PartyPokéTemplate: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
m
shiny -> postfix, template display fixes, example fix (now exp bar seems to work, though the needed exp for the next level is wrong)
m (it's broken... do not use until I've fixed it (exp bar seems to be buggy at least))
m (shiny -> postfix, template display fixes, example fix (now exp bar seems to work, though the needed exp for the next level is wrong))
Line 1: Line 1:
<noinclude>
<noinclude>
'''DO NOT USE'''
'''NOTE!'''
Certain things are broken, it seems...
 
Do not use with Pokémon with Lv. 100 EXP of 1,640,000. There is an error somewhere in the expression which causes the EXP bar to be calculated incorrectly. The error might appear only on the piecewise function border levels (in this case, Lv15 shows wrong values at least) or on all levels.
__TOC__
__TOC__


Line 25: Line 26:
| no || The National Dex number of the Pokémon, with leading zeroes || 001
| no || The National Dex number of the Pokémon, with leading zeroes || 001
|-
|-
| shiny || If the Pokémon is shiny, add " s" ||
| postfix || If the Pokémon has gender differences, add either "_f" or "_m". If the Pokémon is shiny, add "_s". Gender differences come before the shiny status. ||
|-
|-
| ball || The name of the ball the Pokémon is caught in, without the "Ball" part. Poké => Poke || Poke
| ball || The name of the ball the Pokémon is caught in, without the "Ball" part. Poké => Poke || Poke
Line 39: Line 40:
| type2 || The second type of the Pokémon, leave blank if none ||
| type2 || The second type of the Pokémon, leave blank if none ||
|-
|-
| otcolor || The color the Original Trainer should be written with. Use ff0000 or 00ff00 for female and male trainers respectively || 00ff00
| otcolor || The color the Original Trainer should be written with. Use ff0000 or 0000ff for female and male trainers respectively || 0000ff
|-
|-
| otname || The Original Trainer of the Pokémon || TRAINER
| otname || The Original Trainer of the Pokémon || TRAINER
Line 94: Line 95:
  <nowiki>{{User:UltimateSephiroth/PartyPokéTemplate
  <nowiki>{{User:UltimateSephiroth/PartyPokéTemplate
|boxwidth=100%
|boxwidth=100%
|bgcolor={{ghost color}}
|bgcolor=#{{ghost color}}
|gamecode=4p
|gamecode=4p
|gameext=png
|gameext=png
Line 103: Line 104:
|type1=Ghost
|type1=Ghost
|type2=Flying
|type2=Flying
|otcolor=00ff00
|otcolor=0000ff
|otname=U.S.
|otname=U.S.
|idno=08846
|idno=08846
Line 131: Line 132:
{{User:UltimateSephiroth/PartyPokéTemplate
{{User:UltimateSephiroth/PartyPokéTemplate
|boxwidth=100%
|boxwidth=100%
|bgcolor={{ghost color}}
|bgcolor=#{{ghost color}}
|gamecode=4p
|gamecode=4p
|gameext=png
|gameext=png
Line 140: Line 141:
|type1=Ghost
|type1=Ghost
|type2=Flying
|type2=Flying
|otcolor=00ff00
|otcolor=0000ff
|otname=U.S.
|otname=U.S.
|idno=08846
|idno=08846
Line 146: Line 147:
|nature=Lax
|nature=Lax
|ability=Aftermath
|ability=Aftermath
|exp=1957
|hp=53
|hp=53
|hpmax=53
|hpmax=53
Line 164: Line 166:
}}
}}


</noinclude><includeonly>{| class="expandable" style="text-align: center; width: {{{boxwidth|100%}}}; background-color: {{{bgcolor|transparent}}};"
</noinclude><includeonly>{| class="expandable" style="text-align: center; width: {{{boxwidth|100%}}}; background-color: {{{bgcolor|transparent}}}; -moz-border-radius: 16px; -webkit-border-radius: 16px;"
| rowspan="4" style="width: 1%;" | {{#ifeq: {{{defaultimg|}}}|yes|[[Image:{{{no|001}}}{{{shiny|}}}.png]]|[[Image:Spr {{{gamecode|4p}}} {{{no|001}}}{{{shiny|}}}.{{{gameext|png}}}]]}}
| rowspan="5" style="width: 1%;" | {{#ifeq: {{{defaultimg|}}}|yes|[[Image:{{{no|001}}}{{{postfix|}}}.png]]|[[Image:Spr {{{gamecode|4p}}} {{{no|001}}}{{{postfix|}}}.{{{gameext|png}}}]]}}
! [[Image:Ball{{{ball|Poke}}}status.png]] '''{{p|{{User:UltimateSephiroth/No2PKMN|{{{no|001}}}}}|{{#ifeq: {{{nickname|}}}||{{uc:{{User:UltimateSephiroth/No2PKMN|{{{no|001}}}}}}}|{{{nickname|}}}}}}}''' <span style="font-size: 80%;">Lv. {{{level|1}}}</span> {{{gender|}}}
! [[Image:Ball{{{ball|Poke}}}status.png]] '''{{p|{{User:UltimateSephiroth/No2PKMN|{{{no|001}}}}}|{{#ifeq: {{{nickname|}}}||{{uc:{{User:UltimateSephiroth/No2PKMN|{{{no|001}}}}}}}|{{{nickname|}}}}}}}''' <span style="font-size: 80%;">Lv. {{{level|1}}}</span> {{{gender|}}}
| {{bigic|{{{type1|Normal}}}}}{{#ifeq: {{{type2|}}}|||{{bigic|{{{type2}}}}}}}
| {{bigic|{{{type1|Normal}}}}}{{#ifeq: {{{type2|}}}|||{{bigic|{{{type2}}}}}}}
7,546

edits

Navigation menu