Template:Sync: Difference between revisions
(TemplateData) |
(arc suit support) |
||
Line 1: | Line 1: | ||
[[{{{1}}} (Masters)#{{{2}}}|{{#if: {{{sygna|}}}|Sygna Suit}} {{{1}}} {{#if: {{{3|}}}|({{{3|}}})}} & {{{2}}}]]<noinclude>[[Category:Link templates]] | [[{{{1}}} (Masters)#{{{2}}} {{#if: {{{arc|}}}|(Arc Suit)}}|{{#if: {{{sygna|}}}|Sygna Suit}}{{#if: {{{arc|}}}|Arc Suit}} {{{1}}} {{#if: {{{3|}}}|({{{3|}}})}} & {{{2}}}]]<noinclude>[[Category:Link templates]] | ||
{{Documentation}} | {{Documentation}} | ||
==TemplateData== | ==TemplateData== | ||
Line 28: | Line 28: | ||
"label": "Sygna Suit modifier", | "label": "Sygna Suit modifier", | ||
"description": "Optional. Set to y or yes if the Trainer is wearing a sygna suit.", | "description": "Optional. Set to y or yes if the Trainer is wearing a sygna suit.", | ||
"example": "yes", | |||
"type": "line", | |||
"suggestedvalues": [ | |||
"y", | |||
"yes", | |||
"1" | |||
], | |||
"default": "no" | |||
}, | |||
"arc": { | |||
"label": "Arc Suit modifier", | |||
"description": "Optional. Set to y or yes if the Trainer is wearing an arc suit.", | |||
"example": "yes", | "example": "yes", | ||
"type": "line", | "type": "line", |
Latest revision as of 02:27, 27 August 2024
[[{{{1}}} (Masters)#{{{2}}} | {{{1}}} & {{{2}}}]]
Template documentation
|
---|
Note: portions of the template sample may not be visible without values provided. |
View or edit this documentation. (About template documentation) |
{{sync}}
is used to create a link to a sync pair's page. It is intended to be used in prose and in tables so the section for the corresponding Pokémon can be easily linked to.
The subtemplate {{sync/player}}
is used for sync pairs that include the player characters, Scottie and Bettie.
Template fields
Parameter | Allowed values | Notes |
---|---|---|
1 (unnamed) | String | The Trainer's name. Do not include any signifiers of an alt. |
2 (unnamed) | String | The Pokémon's name. |
3 (unnamed) | String | Optional. Signifier of an alt, such as Aura or Special Costume. |
sygna | y • yes
|
Optional. Set to y or yes if the Trainer is wearing a sygna suit.
|
arc | y • yes
|
Optional. Set to y or yes if the Trainer is wearing an arc suit.
|
Parameter | Allowed values | Notes |
---|---|---|
1 (unnamed) | egg • String
|
If the sync pair is formed with a Pokémon hatched from an egg, set to egg . Otherwise, use the Pokémon's name.
|
2 (unnamed) | String | Optional. The names of all Pokémon in the evolutionary family, separated by slashes.
Only used if the sync pair is formed with a Pokémon hatched from an Egg. |
Examples
Input | Display |
---|---|
Non-alt Trainers | |
{{sync|Steven|Metagross}} |
Steven & Metagross |
{{sync|Professor Sycamore|Xerneas}} |
Professor Sycamore & Xerneas |
Alt Trainers | |
{{sync|Steven|Alolan Sandslash|Summer 2020}} |
Steven (Summer 2020) & Alolan Sandslash |
{{sync|Steven|Sandslash}} |
Steven & Sandslash |
{{sync|Steven|Stoutland|Special Costume}} |
Steven (Special Costume) & Stoutland |
Sygna suit | |
{{sync|Steven|Deoxys|sygna=1}} |
Sygna Suit Steven & Deoxys |
{{sync|Steven|Deoxys}} |
Steven & Deoxys |
Special sygna suit | |
{{sync|Cynthia|Giratina|sygna=1|Renegade}} |
Sygna Suit Cynthia (Renegade) & Giratina |
{{sync|Cynthia|sygna=1|Lucario|Aura}} |
Sygna Suit Cynthia (Aura) & Lucario |
{{sync|sygna=1|Red|Pikachu|Thunderbolt}} |
Sygna Suit Red (Thunderbolt) & Pikachu |
Arc suit | |
{{sync|Cynthia|Garchomp|arc=1}} |
Arc Suit Cynthia & Garchomp |
{{sync|Lance|Dragonite|arc=1}} |
Arc Suit Lance & Dragonite |
{{sync|Steven|Metagross|arc=1}} |
Arc Suit Steven & Metagross |
Other edge cases | |
{{sync|Sycamore|Gogoat|Holiday 2023}} |
Sycamore (Holiday 2023) & Gogoat |
{{sync|The Masked Royal|Incineroar}} |
The Masked Royal & Incineroar |
Player character sync pairs | |
{{sync/player|Pikachu}} |
Scottie/Bettie & Pikachu |
{{sync/player|Torchic}} |
Scottie/Bettie & Torchic |
Egg sync pairs | |
{{sync/player|egg|Farfetch'd}} |
Scottie/Bettie & Farfetch'dEgg |
{{sync/player|egg|Oddish/Gloom/Vileplume}} |
Scottie/Bettie & Oddish/Gloom/VileplumeEgg |
TemplateData
The {{sync}} template is used to create a link to a sync pair's page. It is intended to be used in prose and in tables so the section for the corresponding Pokémon can be easily linked to. For sync pairs involving the player characters, use the subtemplate {{sync/player}}
Parameter | Description | Type | Status | |
---|---|---|---|---|
Trainer name | 1 | The Trainer's name. Do not include any signifiers of an alt.
| Line | required |
Pokémon name | 2 | The Pokémon's name.
| Line | required |
Alt Signifier | 3 | Optional. Signifier of an alt, such as Special Costume or Aura
| Line | optional |
Sygna Suit modifier | sygna | Optional. Set to y or yes if the Trainer is wearing a sygna suit.
| Line | optional |
Arc Suit modifier | arc | Optional. Set to y or yes if the Trainer is wearing an arc suit.
| Line | optional |