Template:Prevnext/doc
Appearance
This is the documentation page for Template:Prevnext.
This template is used to provide a top navigation bar that shows the previous and next pages.
Usage
Basic
{{Prevnext
|prev = Monkopod
|next = Stegopod
}}
Monkopod
doc
Stegopod
With description
{{Prevnext
|prev = Monkopod
|prevDesc = Lv0
|next = Stegopod
|nextDesc = Lv38
}}
Monkopod
Lv0
doc
Stegopod
Lv38
With title and description override
{{Prevnext
|title = Kentropod
|desc = Lv38
|prev = Monkopod
|prevDesc = Lv0
|next = Stegopod
|nextDesc = Lv38
}}
Monkopod
Lv0
Kentropod
Lv38
Stegopod
Lv38
TemplateData
Provide a top navigation bar that shows the previous and next pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Previous page name | prev | Page name of the previous page
| Page name | suggested |
| Previous title text | prevTitle | Optional title text for previous page | String | suggested |
| Previous description text | prevDesc | Optional description text for previous page
| String | suggested |
| Title text | title | Optional title text shown in the middle of the navigation bar
| String | optional |
| Description text | desc | Optional description text shown in the middle of the navigation bar | String | optional |
| Next page name | next | Page name of the next page
| Page name | suggested |
| Next title text | nextTitle | Optional title text for next page | String | suggested |
| Next description text | nextDesc | Optional description text for next page
| Page name | suggested |