Template:Plan/Prevnext

From KDE UserBase Wiki
Revision as of 18:34, 2 December 2019 by Danders (talk | contribs)


Description

Special prevnext template to create links to neigbouring pages + index page.
The template uses Special:myLanguage/Plan/Manual as a fixed prefix to ease usage and tranlations.

Note

This template is only usable by Plan as the link to the base page is hadcoded.


Arguments

All arguments are optional, but if indextext is not given it will use the current page name as the index text.

{{Plan/Prevnext
| indextext = The link name for index.
| prevpage = The name of the previous page.
| prevtext = The link name for prevpage.
| nextpage = The name to the next page.
| nexttext = The link name for nextpage.
}}

Examples

Link to content page:
{{Plan/Prevnext
| indextext=Content
}}

Link to content page and next page:
{{Plan/Prevnext
| indextext=Content
| nextpage=Next Page | nexttext=Next page name
}}

Link to content, next page and previous page:
{{Plan/Prevnext
| indextext=Content
| prevpage=Previous Page | nextpage=Next Page
| prevtext=Previous page name | nexttext=Next page name
}}