Editor
164
edits
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
* '''location''' is the trainer's location (for example, the name of the gym). | * '''location''' is the trainer's location (for example, the name of the gym). | ||
* '''type''' is the type of Pokémon that the trainer uses on their team. It is used to get the type icon via [[Template:Type]], where the file is assumed to be at <code><nowiki>[[File:<type>.gif]]</nowiki></code>. | * '''type''' is the type of Pokémon that the trainer uses on their team. It is used to get the type icon via [[Template:Type]], where the file is assumed to be at <code><nowiki>[[File:<type>.gif]]</nowiki></code>. | ||
* '''theme''' is | * '''theme''' is generally the same value as '''type''', but lowercase. It is used to set the background color of the table via classes (<code>.container-<theme></code>) listed at [[MediaWiki:Common.css]]. | ||
* '''num1 ... num6''' is the Pokémon's National Pokédex number. It is used to get the Pokémon's sprite, where the file is assumed to be at <code><nowiki>[[File:<num>MS.png]]</nowiki></code>. | * '''num1 ... num6''' is the Pokémon's National Pokédex number. It is used to get the Pokémon's sprite, where the file is assumed to be at <code><nowiki>[[File:<num>MS.png]]</nowiki></code>. | ||
* '''pkmn1 ... pkmn6''' is the Pokémon's name. It should match the Pokédex number from the corresponding '''num''' parameter. | * '''pkmn1 ... pkmn6''' is the Pokémon's name. It should match the Pokédex number from the corresponding '''num''' parameter. | ||