Template:Prevnext: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><center>
<includeonly><center>
{| width="95%"
{| width="95%"
|-
| align="left" | [[{{{1}}}|Previous]]<br />{{{3|{{{1}}}}}}
| align="left" | [[{{{1}}}|Previous]]<br />{{{3|{{{1}}}}}}
| align="right" | [[{{{2}}}|Next]]<br />{{{4|{{{2}}}}}}
| align="right" | [[{{{2}}}|Next]]<br />{{{4|{{{2}}}}}}

Revision as of 14:53, 11 September 2010


Template:I18n/Language Navigation Bar

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!}}, which will be returned as,

Previous
Go back a page
Next
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 here is the previous section text | This is the next section
}}

This will be rendered as

Previous

This here is the previous section

Next
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.