Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
MediaWiki help
Creopedia
Search
Search
Appearance
Log in
Personal tools
Log in
View source for Template:Prevnext/doc
Template
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
←
Template:Prevnext/doc
{{Documentation}} This template is used to provide a top navigation bar that shows the previous and next pages. ==Usage== === Basic === <syntaxhighlight lang="wikitext"> {{Prevnext |prev = Monkopod |next = Stegopod }} </syntaxhighlight> {{Prevnext |prev = Monkopod |next = Stegopod }} === With description === <syntaxhighlight lang="wikitext"> {{Prevnext |prev = Monkopod |prevDesc = Lv0 |next = Stegopod |nextDesc = Lv38 }} </syntaxhighlight> {{Prevnext |prev = Monkopod |prevDesc = Lv0 |next = Stegopod |nextDesc = Lv38 }} === With title and description override === <syntaxhighlight lang="wikitext"> {{Prevnext |title = Kentropod |desc = Lv38 |prev = Monkopod |prevDesc = Lv0 |next = Stegopod |nextDesc = Lv38 }} </syntaxhighlight> {{Prevnext |title = Kentropod |desc = Lv38 |prev = Monkopod |prevDesc = Lv0 |next = Stegopod |nextDesc = Lv38 }} ==TemplateData== <templatedata> { "params": { "prev": { "label": "Previous page name", "description": "Page name of the previous page", "example": "Kentropod", "type": "wiki-page-name", "suggested": true }, "prevDesc": { "label": "Previous description text", "description": "Optional description text for previous page", "example": "Preceded by", "type": "string", "suggested": true }, "title": { "label": "Title text", "description": "Optional title text shown in the middle of the navigation bar", "type": "string", "default": "Current page name" }, "desc": { "label": "Description text", "description": "Optional description text shown in the middle of the navigation bar", "type": "string" }, "next": { "label": "Next page name", "description": "Page name of the next page", "example": "Stegopod", "type": "wiki-page-name", "suggested": true }, "nextDesc": { "label": "Next description text", "description": "Optional description text for next page", "example": "Succeed by", "type": "wiki-page-name", "suggested": true }, "prevTitle": { "label": "Previous title text", "description": "Optional title text for previous page", "type": "string", "suggested": true }, "nextTitle": { "label": "Next title text", "description": "Optional title text for next page", "type": "string", "suggested": true } }, "description": "Provide a top navigation bar that shows the previous and next pages", "format": "block", "paramOrder": [ "prev", "prevTitle", "prevDesc", "title", "desc", "next", "nextTitle", "nextDesc" ] } </templatedata> <includeonly>[[Category:Templates]]</includeonly>
Templates used on this page:
Template:Documentation
(
view source
)
Template:Prevnext
(
view source
)
Module:Arguments
(
view source
) (protected)
Module:Prevnext
(
view source
)
Module:Prevnext/styles.css
(
view source
)
Return to
Template:Prevnext/doc
.