Template:PrevNext
|
[[List of {{{list}}}|{{{list}}}]] |
|
Template documentation
View or edit this documentation. (About template documentation)
Note: portions of the template sample may not be visible without values provided.
{{PrevNext}} is to be used for navigating between pages of a similar topic in sequence. See Category:PrevNext templates to see if there is a dedicated PrevNext template for that particular topic.
Usage
{{PrevNext
| colorscheme =
| prev =
| prevlink =
| next =
| nextlink =
| list =
| series =
}}
Template fields
- colorscheme - Name of a color scheme (not a color hex code) to be used. This will be passed to
{{Colorschemedark}}and{{Colorschemelight}}. If no value is provided, it defaults to "Kanto". - prev - The previous page. If there is no previous page, put "
None". This field must not be left blank, or the template will break!- prevlink - Optional. Link override for the previous page.
- next - The next page. If there is no next page, put "
None". This field must not be left blank, or the template will break!- nextlink - Optional. Link override for the next page.
- list - The list that you are navigating between. This will create a link to "
List of <list>". - series - Optional. Display text override for the list field.
TemplateData
This template is to be used for navigating between episode pages in sequence.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Color Scheme | colorscheme | Name of a color scheme (not a color hex code) to be used | Line | required |
| Previous | prev | Previous page. If there is no previous page, put "None" (case-sensitive) | Line | required |
| Previous Link | prevlink | Previous page link override | Line | suggested |
| Next | next | Next page. If there is no next page, put "None" (case-sensitive) | Line | required |
| Next Page | nextlink | Next page link override | Line | suggested |
| List | list | List that this page is a part of | Line | required |
| List Display Text | series | Display text override for list | Line | suggested |
Examples
Standard use
{{PrevNext
| prev = Pokémon Theme
| next = Pokémon Johto
| list = English opening themes
| colorscheme = Orange
}}
|
English opening themes |
|
No previous and custom series
{{PrevNext
| prev = None
| next = toi et moi
| list = Japanese ending themes
| series = Japanese movie ending themes
| colorscheme = Kanto
}}
| Japanese movie ending themes |
|
No next and custom link
{{PrevNext
| prevlink = Pokémon Theme#Opening animation: Dub Movie 22 OP
| prev = Pokémon Theme (Mewtwo Mix)
| next = None
| list = English opening themes
| series = English movie opening themes
| colorscheme = Galar
}}
|
English movie opening themes |
|