| [[{{{prev}}} arc (Adventures)|←]]
|
[[{{{prev}}} arc (Adventures)|{{{prev}}} arc]]
|
|
|
| [[{{{next}}} arc (Adventures)|{{{next}}} arc]]
|
[[{{{next}}} arc (Adventures)|→]]
|
|
Template documentation
Note: portions of the template sample may not be visible without values provided.
{{ArcPrevNext}} is used for navigating between Pokémon Adventures arcs in sequence.
Usage
PrevNext templates are used at the very top of a page, and also at the bottom before the project tag.
{{ArcPrevNext
| prev =
| next =
| colorscheme =
}}
Template fields
- prev: The previous arc. If there is no previous arc, put "
None" (case sensitive). Do not leave blank.
- next: The next arc. If there is no previous arc, put "
None" (case sensitive). Do not leave blank.
- colorscheme: Name of a color scheme (not a color template or hex code) to be used. This will be passed to
{{Colorschemedark}} and {{Colorschemelight}}. Defaults to "Kanto".
TemplateData
Template parameters[Edit template data]
This template prefers block formatting of parameters.
| Parameter | Description | Type | Status |
|---|
| Previous | prev | Previous arc name. If no previous arc, use "None"
| Line | required |
|---|
| Next | next | Next arc name. If no next arc, use "None"
| File | required |
|---|
| Colorscheme | colorscheme | Name of color scheme - Default
- Kanto
| Line | required |
|---|
Examples
Standard
{{ArcPrevNext
| prev = Red, Green & Blue
| next = FireRed & LeafGreen
| colorscheme = Yellow
}}
No Previous
{{ArcPrevNext
| prev = None
| next = Yellow
| colorscheme = Kanto
}}
No Next
{{ArcPrevNext
| prev = Yellow
| next = None
| colorscheme = FRLG
}}