Template:Prevnext2

From KDE UserBase Wiki
Revision as of 14:26, 3 June 2010 by Xiyizi (talk | contribs)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Template:I18n/Language Navigation Bar

Information

This template is a work-in-progress and will probably be re-named to something less obtuse quite soon, so avoid using it just at the moment.


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

← previous section {{{PAGENAME}}}}} The next section→

which will be returned as,


← previous section {{{PAGENAME}}}}} The next section→

Optional arguments

The arguments in this template are optional. That is, if there is no previous page to link to, you don't have to include it in the template. You can just write this:

{{{PAGENAME}}}}} The next section→

Which would be rendered as:


{{{PAGENAME}}}}} The next section→

This works the other way around, too. This:

← previous section {{{PAGENAME}}}}}

is rendered as:


← previous section {{{PAGENAME}}}}}

Omitting link descriptions

Finally, the link description text doesn't have to be specified, either. The text will default to the name of the article you are linking to. So, the following syntax,

← path/to/lastsection {{{PAGENAME}}}}} path/to/article→

will render as:


← path/to/lastsection {{{PAGENAME}}}}} path/to/article→

This might be useful in some situations. But often it looks ugly, so try to specify link text whenever you can!

Extra options

There are two more completely optional arguments for this template. These replace the text in the middle of the template with a link to wherever you like (most usually the index of the article). To use them, write this:

← previous section ↑ Contents page ↑}} The next section→

which will be rendered as:


← previous section ↑ Contents page ↑}} The next section→

Template source code

Prevnext2