User:Tiddlywinks/sub/MIcon
You supply a Trainer and Pokémon, and it'll spit out a (hopefully) full and correct MastersIcon template. (This works because all current Trainer+Pokémon combos are uniquely identifiable.) This is meant to be substituted (see #Examples). If there is an error, it is probably easiest to save the substituted template and immediately return to edit the incorrect parameters.
Uses data from list of sync pairs; the type from there may not be the "sync move type", so that can be overriden.
Parameters
- Unnamed
- 1: Trainer name
- 2: Pokémon name (the earliest evolution if it can evolve)
- 3: any notes to include
- Named
- type: override the sync move type if it is wrong
Examples
Misty has basic, Sygna Suit, and Swimsuit variations, which all display a little differently. The extra parameters are used in the last one for illustrative purposes.
{{subst:User:Tiddlywinks/sub/MIcon|Misty|Starmie}}
{{subst:User:Tiddlywinks/sub/MIcon|Misty|Psyduck}}
{{subst:User:Tiddlywinks/sub/MIcon|Misty|Vaporeon|Let's pretend the sync move is Rock-Solid Rockslide|type=Rock}}
Note that if you use the template without subst:, it may (or may not) display incorrectly. Regardless, this should not be used without subst:.
{{User:Tiddlywinks/sub/MIcon|Misty|Psyduck}}
{{User:Tiddlywinks/sub/MIcon|Misty|Vaporeon|Let's pretend the sync move is Rock-Solid Rockslide|type=Rock}}