Template:N2P/GO
Bulbasaur
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
{{N2P/GO}} converts a Pokémon's name to its specified attribute's value in Pokémon GO. The opposite template, which converts a Pokémon's number to its specified attribute value, is {{Num2P/GO}}.
{{N2P/GO}} is implemented by nesting {{N2Num}} within {{Num2P/GO}}, where all the Pokémon GO attribute values are defined.
Usage
{{subst:N2P/GO|<Pokémon's name>|<Attribute>}}
Parameters
- Unnamed
- 1: Pokémon's name
- A form can be specified, by appending a form qualifier to the Pokémon name, to get that form's sprite ID (which is often used for
{{MS}}and{{MSP}}templates). This form qualifier is the same as the ones used in the filenames of official Pokémon artwork, including the beginning hyphen.
- A form can be specified, by appending a form qualifier to the Pokémon name, to get that form's sprite ID (which is often used for
- 2: Attribute to lookup. Possible values are
name— (default) Pokémon species nameform— Full form name, if applicabletype— Primary typetype2— Secondary typehp— Base HP statattack— Base Attack statdefense— Base Defense stat
- 1: Pokémon's name
TemplateData
Converts a Pokémon's name to its specified attribute's value in Pokémon GO. This template should always be subst'd
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Pokémon | 1 | Pokémon's name, with optional form qualifier appended to the Pokémon name | Line | required |
| Attribute | 2 | Attribute to lookup
| Line | required |
Example usage
{{subst:N2P/GO|Venusaur|type2}}→ Poison{{subst:N2P/GO|Venusaur|attack}}→ 198{{subst:N2P/GO|Venusaur-Mega|attack}}→ 241{{subst:N2P/GO|Venusaur-Mega|form}}→ Mega Venusaur