Template:ULCard
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
The template {{ULCard}} creates list items for the condensed list of Pokémon at Pokémon UNITE → Pokémon.
Parameters
- Unnamed
- 1: the Pokémon's name (such as
Venusaur), or the text that should be used for the Pokémon's link (such asMewtwo (X) - 2: the role of the Pokémon (
All-Rounder,Attacker,Defender,Speedster, orSupporter), to color the background
- Named
- fname (optional): the name of the Pokémon in its filename, if it differs from the Pokémon's basic name
- link (optional): a custom link to the Pokémon's page if it is not
<name> (Unite), such asMewtwo (Unite License X)
ULCard creates list items for Pokémon UNITE licenses
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Pokémon Name | 1 | The Pokémon's name or the text that should be used for the Pokémon's link | Line | required |
| Role | 2 | The role of the Pokémon, to color the background
| Line | required |
| Filename | fname | The name of the Pokémon in its filename, if it differs from the Pokémon's basic name | Line | suggested |
| Page link | link | A custom link to the Pokémon's page if it is not <name> (Unite) | Page name | suggested |
| EX | ex | set to yes or 1 or any non-empty string if the Pokémon's license is an EX license.
| Line | deprecated |
Examples
One Pokémon of each role, and the three current non-standard Pokémon
<div class="roundy" style="margin:auto; display: flex; flex-flow: row wrap; align-items: flex-start; padding: 3px; border: 2px solid #{{black color}}; background: #{{white color}}; text-align:center; font-size: 80%; gap: 2px;"><!-- OPEN list container -->
{{ULCard|Venusaur|Attacker}}
{{ULCard|Charizard|All-Rounder}}
{{ULCard|Blastoise|Defender}}
{{ULCard|Galarian Rapidash|Speedster}}
{{ULCard|Psyduck|Supporter}}
{{ULCard|Mr. Mime|Supporter|fname=Mr Mime}}
{{ULCard|Mewtwo (X)|All-Rounder|fname=Mewtwo X|link=Mewtwo (Unite License X)|ex=1}}
{{ULCard|Mewtwo (Y)|Attacker|fname=Mewtwo Y|link=Mewtwo (Unite License Y)|ex=1}}
</div><!-- CLOSE list container -->