Template:Prevnext

From KDE TechBase
Revision as of 12:58, 13 July 2012 by AnneW (talk | contribs) (Created page with "<includeonly>{|width="100%" | style="text-align:left;" | {{#if: {{{1|}}} | [[{{{1}}}|'''←''' {{{3|{{{1}}}}}}]] | }} | style="text-align:right;" | {{#if: {{{2|}}} | [[{{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Use this template when you want to provide links to the previous and the next sections of the article so the user isn't forced to go back to the index to navigate.

How to use this template

Write

{{Prevnext|Go back a page|The next section is difficult!}}

You will get this:

 Go back a page The next section is difficult! 


Prettier links

To make the links to the pages look less ugly you can provide extra options to the template:

{{Prevnext|Article/section/previous-subsection|Article/section/next|This points to the previous section text|This is the next section}}

This will be rendered as

 This points to the previous section This is the next section 


See also

  • Next - For providing a link to the next article. Use for the first article page.
  • Prev - For providing a link to the previous article. Use for the last article page.