Template:UniteInfobox: Difference between revisions
(adding option for the license card image) |
m (→top: AutoWikiBrowser, replaced: {{orange color}} → {{unite color}} (3), {{orange color light}} → {{unite color light}} (4), {{violet color}} → {{unite color dark}}) |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| class="roundy infobox" style="float: right; border:3px solid #{{ | {| class="roundy infobox" style="float: right; border:3px solid #{{unite color dark}}; background:#{{unite color}}; margin-left:10px; margin-bottom:10px; width:30%; border-collapse: separate" | ||
|- style="text-align:center" | |- style="text-align:center" | ||
| colspan="2" class="roundy" style="background: #{{ | | colspan="2" class="roundy" style="background: #{{unite color}}" | <big><big>'''{{{pokemon}}}'''{{#if:{{{ex|}}}| [[File:UNITE EX License Logo.png|x20px]]}}</big></big><br><span lang="ja">'''{{{jname}}}'''</span> ''{{{jtrans}}}'' | ||
|- style="text-align:center" | |- style="text-align:center" | ||
| class="roundy" style="background:#FFF" colspan="2" | [[File:{{{image|UNITE Bulbasaur.png}}}|{{{size|200px}}}]] | | class="roundy" style="background:#FFF" colspan="2" | [[File:{{{image|UNITE {{{pokemon|Bulbasaur}}}.png}}}|{{{size|200px}}}]] | ||
|- | |- | ||
! class="roundytl" style="text-align:right; background: #{{ | ! class="roundytl" style="text-align:right; background: #{{unite color light}}" | Role | ||
| class="roundytr" style="background:#FFF" | {{{role}}} | | class="roundytr" style="background:#FFF" | {{{role}}} | ||
|- | |- | ||
! style="text-align:right; background: #{{ | ! style="text-align:right; background: #{{unite color light}}" | Attack type | ||
| style="background:#FFF" | {{{range}}} | | style="background:#FFF" | {{{range}}} | ||
|- | |- | ||
! style="text-align:right; background: #{{ | ! style="text-align:right; background: #{{unite color light}}" | Damage type | ||
| style="background:#FFF" | {{{damage}}} | | style="background:#FFF" | {{{damage}}} | ||
|- | |- | ||
! style="text-align:right; background: #{{ | ! class="roundybl" style="text-align:right; background: #{{unite color light}}" | Difficulty | ||
| style="background:#FFF" | {{{difficulty}}} | | class="roundybr" style="background:#FFF" | {{{difficulty}}} | ||
|- | |- | ||
! class="roundy" style="text-align:center; background:#FFF" colspan="2" | {{#switch: {{{evolve|1}}} | |||
|1=[[File:UNITE{{{ndex1|0001}}}.png|75px]]<br>Does not evolve | |||
|2=[[File:UNITE{{{ndex1}}}.png|75px]]<br>{{{evotext|Evolves at Lv.}}} {{{level1|}}} | |||
! class=" | |||
|1=[[File:UNITE{{{ndex1| | |||
|2=[[File:UNITE{{{ndex1}}}.png|75px]]<br>Evolves at Lv. {{{level1}}} | |||
[[File:UNITE{{{ndex2}}}.png|75px]] | [[File:UNITE{{{ndex2}}}.png|75px]]{{#if:{{{evotext2|}}}|<br>{{{evotext2|}}}}} | ||
|3=[[File:UNITE{{{ndex1}}}.png|75px]]<br>Evolves at Lv. {{{level1}}} | |3=[[File:UNITE{{{ndex1}}}.png|75px]]<br>{{{evotext|Evolves at Lv.}}} {{{level1|}}} | ||
[[File:UNITE{{{ndex2}}}.png|75px]]<br>Evolves at Lv. {{{level2}}} | [[File:UNITE{{{ndex2}}}.png|75px]]<br>{{{evotext2|Evolves at Lv.}}} {{{level2|}}} | ||
[[File:UNITE{{{ndex3}}}.png|75px]]}} | [[File:UNITE{{{ndex3}}}.png|75px]]}}{{#if:{{{evotext3|}}}|<br>{{{evotext3|}}}}} | ||
|- | |- | ||
! class=" | ! class="roundy" style="text-align:center; background:#{{unite color}}" colspan="2" | License availability:<br>[[File:UNITE Aeos coin.png|25px|Aeos coin]] {{{coin}}} / [[File:UNITE Aeos gem.png|25px|Aeos gem]] {{{gem}}}{{#if:{{{other|}}}|<br>{{{other}}}}}<br>[[File:UNITE {{{license|{{{pokemon|Venusaur}}}}}} License Card.png|x150px]] | ||
|}<noinclude> | |}<noinclude> | ||
{{documentation}} | {{documentation}} | ||
[[Category: | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 07:20, 12 June 2024
{{{pokemon}}} {{{jname}}} {{{jtrans}}} | |
Role | {{{role}}} |
---|---|
Attack type | {{{range}}} |
Damage type | {{{damage}}} |
Difficulty | {{{difficulty}}} |
Does not evolve | |
License availability: {{{coin}}} / {{{gem}}} |
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
{{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 |
size | String | Optional. The image size. Defaults to 200px .
|
role | Attacker • All-Rounder • Defender • Supporter • Speedster
|
The UNITE role for the Pokémon. |
range | Melee • Ranged
|
The attack type. |
damage | Attack • Sp. Atk
|
The damage type. |
difficulty | Novice • Intermediate • Expert
|
The difficulty for this UNITE License. |
evolve | 1 • 2 • 3
|
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 |
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 |
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 |
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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Pokémon Name | pokemon | The English name of the Pokémon
| Line | required |
Japanese name | jname | The Japanese name of the Pokémon, in Japanese script
| Line | suggested |
Japanese name translation | jtrans | The Japanese name of the Pokémon, in English script (Use the trademarked name whenever available)
| Line | suggested |
EX license | ex | Optional. Set to "yes" (or any non empty string) if this is an ex license
| Line | optional |
Artwork file name override | image | Optional. Override for the Pokémon artwork filename. Requires the file extension.
| File | optional |
Image size | size | Optional. The image size.
| Line | optional |
UNITE role | role | The Pokémon's UNITE role
| Unknown | required |
Range | range | The attack type.
| Line | required |
Damage | damage | The damage type
| Line | required |
Difficulty | difficulty | The difficulty for this UNITE License
| Unknown | required |
No. of evolutionary stages | evolve | The number of evolutionary stages this Pokémon has
| Number | required |
NDex of first stage | ndex1 | 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 | Number | required |
First stage evolution level | level1 | The level at which the first stage evolves into the second stage | Number | suggested |
First stage evolution requirement | evotext | Optional. Override for the first stage evolution requirement | Line | suggested |
NDex of second stage | ndex2 | 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) | Number | suggested |
Second stage evolution level | level2 | The level at which the second stage evolves into the third stage | Number | suggested |
Second stage evolution requirement | evotext2 | Optional. Override for the second stage evolution requirement | File | suggested |
NDex of third stage | ndex3 | 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) | Number | suggested |
Third stage evolution requirement | evotext3 | Optional. Evolution requirement after third stage. Hidden by default | Line | optional |
Coin cost | coin | The cost of this Pokémon's license in the shop, in coins | Number | required |
Gem cost | gem | The cost of this Pokémon's license in the shop, in gems | Number | required |
Other availibility | other | Optional. Any other way to obtain this Pokémon's license | Unknown | optional |
License filename | license | Optional. Override for the Pokemon name in the license image filename
| Line | optional |
Examples
Alolan Ninetales アローラキュウコン Alolan Ninetales | |
Role | Attacker |
---|---|
Attack type | Ranged |
Damage type | Sp. Atk |
Difficulty | Novice |
Evolves at Lv. 4 | |
License availability: 8,000 / 460 Beginner login bonus (Day 2 reward) |
{{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 | |
Role | Supporter |
---|---|
Attack type | Melee |
Damage type | Sp. Atk |
Difficulty | Intermediate |
Does not evolve | |
License availability: 8,000 Aeos Coins / 460 Aeos Gems |
{{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 }}