Editor
171
edits
No edit summary |
(add npcimage) |
||
| Line 5: | Line 5: | ||
{{NPCBattle | {{NPCBattle | ||
|npc = | |npc = | ||
|npcimage = (optional) | |||
|location = | |location = | ||
|type = | |type = | ||
| Line 15: | Line 16: | ||
* '''npc''' is the trainer's name. It is additionally used to get the trainer's image, where the file is assumed to be at <code><nowiki>[[File:<npc>.png]]</nowiki></code>. | * '''npc''' is the trainer's name. It is additionally used to get the trainer's image, where the file is assumed to be at <code><nowiki>[[File:<npc>.png]]</nowiki></code>. | ||
* '''npcimage''' is optional, and is used to specify a separate filename for '''npc''', at <code><nowiki>[[File:<npcimage>.png]]</nowiki></code>, if the default is not valid. | |||
* '''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>. | ||