User:Soulweaver/PartyPokéTemplate

< User:Soulweaver
Revision as of 18:15, 10 January 2014 by Kogoro (talk | contribs) (Kogoro moved page User:UltimateSephiroth/PartyPokéTemplate to User:Soulweaver/PartyPokéTemplate: Automatically moved page while renaming the user "UltimateSephiroth" to "Soulweaver")

What is this?

This is a very advanced Pokémon infobox primarily targeted for userpages. With it one can show almost everything related to a Pokémon.

List of parameters

Parameter Use Default value
VALUE PARAMETERS
boxwidth Width of the whole complex 100%
bgcolor Background color of the whole complex transparent
bgcolor2 Background color of different sections transparent
gamecode Game code used for the sprite (1r, 1b, 1y, 2g and so). See defaultimg! 4p
gameext Extension of the image. See defaultimg! png
no The National Dex number of the Pokémon, with leading zeroes 001
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
nickname The nickname of the Pokémon The Pokémon's name
level The level of the Pokémon 1
gender The gender of the Pokémon
type1 The first type of the Pokémon Normal
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 0000ff for female and male trainers respectively 0000ff
otname The Original Trainer of the Pokémon TRAINER
idno The ID No. of the OT of the Pokémon 00000
catchnotes Can be used for any text Distant land
Arrived at Lv. 1
nature The nature of the Pokémon Unknown nature
ability The ability of the Pokémon Pickup
item The item the Pokémon is holding
itempage The name of the Bulbapedia page the held item is described on. Used for creating a link; if not defined, the item name will not become a link
hp The current HP of the Pokémon hpmax
hpmax The max HP of the Pokémon 10
exp The current amount of gained EXP. Points. See expscheme! 0
attack
defense
spattack
spdefense
speed
The stats of the Pokémon 7
hpev
attackev
defenseev
spattackev
spdefenseev
speedev
The gained EV points for each of the stats. See showevs! 0
status Current status problem, if any OK
m1
m2
m3
m4
The moves of the Pokémon First: Struggle
Others: blank
m1pp
m2pp
m3pp
m4pp
The current PP of each of the moves m1ppmax
m2ppmax
m3ppmax
m4ppmax
m1ppmax
m2ppmax
m3ppmax
m4ppmax
The max PP of each of the moves 10
m1type
m2type
m3type
m4type
The types of the moves First: Normal
Others: blank
m1cont
m2cont
m3cont
m4cont
The contest types of the moves First: Tough
Others: blank
m1cat
m2cat
m3cat
m4cat
The categories of the moves First: Status
Others: blank
TOGGLE PARAMETERS
expscheme Defines the EXP formula used by the Pokémon. This is used for calculating the EXP bar on the stats section. Acceptable values are 600k, 800k, 1M, 1.05M, 1.25M and 1.64M; you can find the correct value by checking the Pokémon's Bulbapedia page. It's the value named "Experience at Lv. 100". Incorrect value reverts back to 1.000.000 EXP scheme. 1M
defaultimg Defines whether the template should use a specific game version sprite (Spr xx xxx.png/gif) or the default sprite (xxx.png). Acceptable values are yes (use the short default version) and no. no
statsdisp Defines how the stats section should be shown. Acceptable values are autoshow (the section is expanded by default), default (the section is collapsed by default) and hide (the section is not shown at all). default
movesdisp Same as statsdisp, only with the moveset section. default
showevs Defines whether the gained EV points should be shown under the stats. Acceptable values are show and hide. hide

Example

{{User:UltimateSephiroth/PartyPokéTemplate
|boxwidth=100%
|bgcolor=#{{ghost color}}
|bgcolor2=#{{ghost color light}}
|gamecode=4p
|gameext=png
|no=425
|ball=Dusk
|level=15
|gender=♂
|type1=Ghost
|type2=Flying
|otcolor=0000ff
|otname=U.S.
|idno=08846
|catchnotes=Jun. 19, 2009<br />[[Valley Windworks]]<br />Met at Lv. 15.
|nature=Lax
|ability=Aftermath
|exp=2375
|hp=53
|hpmax=53
|attack=23
|defense=16
|spattack=27
|spdefense=18
|speed=30
|status=OK
|m1=Minimize     |m1pp=20 |m1ppmax=20 |m1type=Normal |m1cont=Cute  |m1cat=Status
|m2=Astonish     |m2pp=15 |m2ppmax=15 |m2type=Ghost  |m2cont=Smart |m2cat=Physical
|m3=Gust         |m3pp=35 |m3ppmax=35 |m3type=Flying |m3cont=Smart |m3cat=Special
|m4=Focus Energy |m4pp=30 |m4ppmax=30 |m4type=Normal |m4cont=Cool  |m4cat=Status
|expscheme=1.64M
|showevs=hide
|statsdisp=default
|movesdisp=default
}}

User:UltimateSephiroth/PartyPokéTemplate