Template:UniteInfobox/doc: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
(documentation for Template:UniteInfobox)
 
m (Text replacement - "form" to "form")
 
(5 intermediate revisions by one other user not shown)
Line 23: Line 23:
| ''String''
| ''String''
| The name of the Pokémon in Japanese. Use the trademarked name whenever available.
| The name of the Pokémon in Japanese. Use the trademarked name whenever available.
|-
| ex
| <code>yes</code>
| '''Optional'''. Display the EX License icon when set to any non empty string.
|-
|-
| image
| image
| ''String''
| ''String''
| '''Optional''' Override for the Pokémon artwork filename. Requires the file extension. Defaults to <code>UNITE {{{pokemon}}}.png</code>
| '''Optional'''. Override for the Pokémon artwork filename.  
Requires the file extension. Defaults to <code>UNITE {{{pokemon}}}.png</code>
|-
|-
| size
| size
Line 54: Line 59:
| ndex1
| ndex1
| ''National Pokédex number''
| ''National Pokédex number''
| The [[National Pokédex]] number of the first stage. <br />Append with a code to select a specific [[List of Pokémon with form differences|form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:HOME artwork|Find more »]]).
| The 4-digit [[National Pokédex]] number of the first stage.  
Append with a code to select a specific [[form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:Pokémon UNITE models|Find more »]]).
|-  
|-  
| level1
| level1
Line 66: Line 72:
| ndex2
| ndex2
| ''National Pokédex number''
| ''National Pokédex number''
| The [[National Pokédex]] number of the second stage. <br />Append with a code to select a specific [[List of Pokémon with form differences|form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:HOME artwork|Find more »]]).
| The 4-digit [[National Pokédex]] number of the second stage.
Append with a code to select a specific [[form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:Pokémon UNITE models|Find more »]]).
|-  
|-  
| level2
| level2
| ''Number''
| ''Number''
| The level at which the second stage evolves into the third stage
| The level at which the second stage evolves into the third stage
|-
| evotext2
| ''String''
|  '''Optional'''. Override for the evolution requirement after second stage.
|-
|-
| ndex3
| ndex3
| ''National Pokédex number''
| ''National Pokédex number''
| The [[National Pokédex]] number of the third stage. <br />Append with a code to select a specific [[List of Pokémon with form differences|form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:HOME artwork|Find more »]]).
| The 4-digit [[National Pokédex]] number of the third stage.  
Append with a code to select a specific [[form]] (e.g. for an [[Alolan form]], add <code>A</code>. [[a:Category:Pokémon UNITE models|Find more »]]).
|-
| evotext3
| ''String''
|  '''Optional'''. Evolution requirement after third stage. Does not appear by default.
|-  
|-  
| coin
| coin
Line 92: Line 108:
| '''Optional'''. Override for the Pokemon name in the license image filename.  
| '''Optional'''. Override for the Pokemon name in the license image filename.  
|}
|}
===TemplateData===
<templatedata>
{
"params": {
"pokemon": {
"label": "Pokémon Name",
"description": "The English name of the Pokémon",
"example": "Bulbasaur",
"type": "line",
"required": true
},
"ex": {
"label": "EX license",
"description": "Optional. Set to \"yes\" (or any non empty string) if this is an ex license",
"type": "line",
"suggestedvalues": [
"yes",
"y"
]
},
"jname": {
"label": "Japanese name",
"description": "The Japanese name of the Pokémon, in Japanese script",
"example": "フシギダネ",
"type": "line",
"suggested": true
},
"jtrans": {
"label": "Japanese name translation",
"description": "The Japanese name of the Pokémon, in English script \n(Use the trademarked name whenever available)",
"example": "Fushigidane",
"type": "line",
"suggested": true
},
"image": {
"label": "Artwork file name override",
"description": "Optional. Override for the Pokémon artwork filename.\nRequires the file extension.",
"type": "wiki-file-name",
"default": "UNITE <pokemon>.png"
},
"size": {
"label": "Image size",
"description": "Optional. The image size.",
"type": "line",
"default": "200px"
},
"role": {
"label": "UNITE role",
"description": "The Pokémon's UNITE role",
"suggestedvalues": [
"Attacker",
"All-Rounder",
"Defender",
"Supporter",
"Speedster"
],
"required": true
},
"range": {
"label": "Range",
"description": "The attack type.",
"type": "line",
"suggestedvalues": [
"Melee",
"Ranged"
],
"required": true
},
"damage": {
"label": "Damage",
"description": "The damage type",
"type": "line",
"suggestedvalues": [
"Attack",
"Sp. Atk"
],
"required": true
},
"difficulty": {
"label": "Difficulty",
"description": "The difficulty for this UNITE License",
"suggestedvalues": [
"Novice",
"Intermediate",
"Expert"
],
"required": true
},
"evolve": {
"label": "No. of evolutionary stages",
"description": "The number of evolutionary stages this Pokémon has",
"type": "number",
"suggestedvalues": [
"1",
"2",
"3"
],
"required": true
},
"ndex1": {
"label": "NDex of first stage",
"description": "The 4-digit National Pokédex number of the first stage.\nAppend with a code to select a specific form (e.g. for an Alolan form, add A",
"type": "number",
"required": true
},
"evotext": {
"label": "First stage evolution requirement",
"description": "Optional. Override for the first stage evolution requirement",
"suggested": true,
"type": "line"
},
"level1": {
"label": "First stage evolution level",
"description": "The level at which the first stage evolves into the second stage",
"type": "number",
"suggested": true
},
"ndex2": {
"label": "NDex of second stage",
"description": "The 4-digit National Pokédex number of the second stage.\nAppend with a code to select a specific form (e.g. for an Alolan form, add A)",
"type": "number",
"suggested": true
},
"evotext2": {
"label": "Second stage evolution requirement",
"description": "Optional. Override for the second stage evolution requirement",
"suggested": true,
"type": "wiki-file-name"
},
"level2": {
"label": "Second stage evolution level",
"description": "The level at which the second stage evolves into the third stage",
"type": "number",
"suggested": true
},
"ndex3": {
"label": "NDex of third stage",
"description": "The 4-digit National Pokédex number of the third stage.\nAppend with a code to select a specific form (e.g. for an Alolan form, add A)",
"type": "number",
"suggested": true
},
"evotext3": {
"label": "Third stage evolution requirement",
"description": "Optional. Evolution requirement after third stage. Hidden by default",
"type": "line"
},
"coin": {
"label": "Coin cost",
"description": "The cost of this Pokémon's license in the shop, in coins",
"type": "number",
"required": true
},
"gem": {
"label": "Gem cost",
"description": "The cost of this Pokémon's license in the shop, in gems",
"type": "number",
"required": true
},
"other": {
"label": "Other availibility",
"description": "Optional. Any other way to obtain this Pokémon's license"
},
"license": {
"label": "License filename",
"description": "Optional. Override for the Pokemon name in the license image filename",
"type": "line",
"default": "Pokemon name"
}
},
"description": "{{UniteInfobox}} is used on the pages of Pokémon characters from Pokémon UNITE.",
"paramOrder": [
"pokemon",
"jname",
"jtrans",
"ex",
"image",
"size",
"role",
"range",
"damage",
"difficulty",
"evolve",
"ndex1",
"level1",
"evotext",
"ndex2",
"level2",
"evotext2",
"ndex3",
"evotext3",
"coin",
"gem",
"other",
"license"
],
"format": "block"
}
</templatedata>


==Examples==
==Examples==
Line 98: Line 313:
|jname=アローラキュウコン
|jname=アローラキュウコン
|jtrans=Alolan Ninetales
|jtrans=Alolan Ninetales
|size=200px
|role=Attacker
|role=Attacker
|range=Ranged
|range=Ranged
Line 104: Line 318:
|difficulty=Novice
|difficulty=Novice
|evolve=2
|evolve=2
|ndex1=037A
|ndex1=0037A
|level1=4
|level1=4
|ndex2=038A
|ndex2=0038A
|coin=8,000
|coin=8,000
|gem=460
|gem=460
Line 116: Line 330:
|jname=アローラキュウコン
|jname=アローラキュウコン
|jtrans=Alolan Ninetales
|jtrans=Alolan Ninetales
|size=200px
|role=Attacker
|role=Attacker
|range=Ranged
|range=Ranged
Line 122: Line 335:
|difficulty=Novice
|difficulty=Novice
|evolve=2
|evolve=2
|ndex1=037A
|ndex1=0037A
|level1=4
|level1=4
|ndex2=038A
|ndex2=0038A
|coin=8,000
|coin=8,000
|gem=460
|gem=460
Line 136: Line 349:
|jtrans=Barrierd
|jtrans=Barrierd
|image=UNITE Mr Mime.png
|image=UNITE Mr Mime.png
|size=200px
|size=100px
|role=Supporter
|role=Supporter
|range=Melee
|range=Melee
Line 142: Line 355:
|difficulty=Intermediate
|difficulty=Intermediate
|evolve=1
|evolve=1
|ndex1=122
|ndex1=0122
|coin=8,000 Aeos Coins
|coin=8,000 Aeos Coins
|gem=460 Aeos Gems
|gem=460 Aeos Gems
Line 153: Line 366:
|jtrans=Barrierd
|jtrans=Barrierd
|image=UNITE Mr Mime.png
|image=UNITE Mr Mime.png
|size=200px
|size=100px
|role=Supporter
|role=Supporter
|range=Melee
|range=Melee
Line 159: Line 372:
|difficulty=Intermediate
|difficulty=Intermediate
|evolve=1
|evolve=1
|ndex1=122
|ndex1=0122
|coin=8,000 Aeos Coins
|coin=8,000 Aeos Coins
|gem=460 Aeos Gems
|gem=460 Aeos Gems

Latest revision as of 04:45, 12 May 2024

{{UniteInfobox}} is used on the pages of Pokémon characters from Pokémon UNITE.

How to use

Infoboxes should be used at the beginning of the page, before any introductory text.

Parameters

All parameters are case sensitive.

Parameter Allowed values Notes
pokemon String The name of the Pokémon in English
jname String Japanese script name of the Pokémon
jtrans String The name of the Pokémon in Japanese. Use the trademarked name whenever available.
ex yes Optional. Display the EX License icon when set to any non empty string.
image String Optional. Override for the Pokémon artwork filename.

Requires the file extension. Defaults to UNITE {{{pokemon}}}.png

size String Optional. The image size. Defaults to 200px.
role AttackerAll-RounderDefenderSupporterSpeedster The UNITE role for the Pokémon.
range MeleeRanged The attack type.
damage AttackSp. Atk The damage type.
difficulty NoviceIntermediateExpert The difficulty for this UNITE License.
evolve 123 The number of evolutionary stages this Pokémon has.
ndex1 National Pokédex number The 4-digit National Pokédex number of the first stage.

Append with a code to select a specific form (e.g. for an Alolan form, add A. Find more »).

level1 Number The level at which the first stage evolves into the second stage
evotext String Optional. Override for the evolution requirement.
ndex2 National Pokédex number The 4-digit National Pokédex number of the second stage.

Append with a code to select a specific form (e.g. for an Alolan form, add A. Find more »).

level2 Number The level at which the second stage evolves into the third stage
evotext2 String Optional. Override for the evolution requirement after second stage.
ndex3 National Pokédex number The 4-digit National Pokédex number of the third stage.

Append with a code to select a specific form (e.g. for an Alolan form, add A. Find more »).

evotext3 String Optional. Evolution requirement after third stage. Does not appear by default.
coin Number The cost of this Pokémon's license in the shop, in coins.
gem Number The cost of this Pokémon's license in the shop, in gems.
other String Optional. Any other way to obtain this Pokémon's license.
license String Optional. Override for the Pokemon name in the license image filename.

TemplateData

{{UniteInfobox}} is used on the pages of Pokémon characters from Pokémon UNITE.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Pokémon Namepokemon

The English name of the Pokémon

Example
Bulbasaur
Linerequired
Japanese namejname

The Japanese name of the Pokémon, in Japanese script

Example
フシギダネ
Linesuggested
Japanese name translationjtrans

The Japanese name of the Pokémon, in English script (Use the trademarked name whenever available)

Example
Fushigidane
Linesuggested
EX licenseex

Optional. Set to "yes" (or any non empty string) if this is an ex license

Suggested values
yes y
Lineoptional
Artwork file name overrideimage

Optional. Override for the Pokémon artwork filename. Requires the file extension.

Default
UNITE <pokemon>.png
Fileoptional
Image sizesize

Optional. The image size.

Default
200px
Lineoptional
UNITE rolerole

The Pokémon's UNITE role

Suggested values
Attacker All-Rounder Defender Supporter Speedster
Unknownrequired
Rangerange

The attack type.

Suggested values
Melee Ranged
Linerequired
Damagedamage

The damage type

Suggested values
Attack Sp. Atk
Linerequired
Difficultydifficulty

The difficulty for this UNITE License

Suggested values
Novice Intermediate Expert
Unknownrequired
No. of evolutionary stagesevolve

The number of evolutionary stages this Pokémon has

Suggested values
1 2 3
Numberrequired
NDex of first stagendex1

The 4-digit National Pokédex number of the first stage. Append with a code to select a specific form (e.g. for an Alolan form, add A

Numberrequired
First stage evolution levellevel1

The level at which the first stage evolves into the second stage

Numbersuggested
First stage evolution requirementevotext

Optional. Override for the first stage evolution requirement

Linesuggested
NDex of second stagendex2

The 4-digit National Pokédex number of the second stage. Append with a code to select a specific form (e.g. for an Alolan form, add A)

Numbersuggested
Second stage evolution levellevel2

The level at which the second stage evolves into the third stage

Numbersuggested
Second stage evolution requirementevotext2

Optional. Override for the second stage evolution requirement

Filesuggested
NDex of third stagendex3

The 4-digit National Pokédex number of the third stage. Append with a code to select a specific form (e.g. for an Alolan form, add A)

Numbersuggested
Third stage evolution requirementevotext3

Optional. Evolution requirement after third stage. Hidden by default

Lineoptional
Coin costcoin

The cost of this Pokémon's license in the shop, in coins

Numberrequired
Gem costgem

The cost of this Pokémon's license in the shop, in gems

Numberrequired
Other availibilityother

Optional. Any other way to obtain this Pokémon's license

Unknownoptional
License filenamelicense

Optional. Override for the Pokemon name in the license image filename

Default
Pokemon name
Lineoptional

Examples

Alolan Ninetales
アローラキュウコン Alolan Ninetales
UNITE Alolan Ninetales.png
Role Attacker
Attack type Ranged
Damage type Sp. Atk
Difficulty Novice
UNITE0037A.png
Evolves at Lv. 4

UNITE0038A.png

License availability:
Aeos coin 8,000 / Aeos gem 460
Beginner login bonus (Day 2 reward)
UNITE Alolan Ninetales License Card.png
{{UniteInfobox
|pokemon=Alolan Ninetales
|jname=アローラキュウコン
|jtrans=Alolan Ninetales
|role=Attacker
|range=Ranged
|damage=Sp. Atk
|difficulty=Novice
|evolve=2
|ndex1=0037A
|level1=4
|ndex2=0038A
|coin=8,000
|gem=460
|other=Beginner login bonus (Day 2 reward)
}}


Mr. Mime
バリヤード Barrierd
UNITE Mr Mime.png
Role Supporter
Attack type Melee
Damage type Sp. Atk
Difficulty Intermediate
UNITE0122.png
Does not evolve
License availability:
Aeos coin 8,000 Aeos Coins / Aeos gem 460 Aeos Gems
UNITE Mr Mime License Card.png
{{UniteInfobox
|pokemon=Mr. Mime
|jname=バリヤード
|jtrans=Barrierd
|image=UNITE Mr Mime.png
|size=100px
|role=Supporter
|range=Melee
|damage=Sp. Atk
|difficulty=Intermediate
|evolve=1
|ndex1=0122
|coin=8,000 Aeos Coins
|gem=460 Aeos Gems
|license=Mr Mime
}}