Template:Prevnext2: Difference between revisions
No edit summary |
No edit summary |
||
Line 76: | Line 76: | ||
This might be useful in some situations. But often it looks ugly, so try to specify link text whenever you can! | 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: | |||
<code>{{Prevnext2 | |||
| prevpage=path/to/article | nextpage=path/to/article | |||
| prevtext=previous section| nexttext=The next section | |||
| index=path/to/index | indextext=Go to the contents page | |||
}}</code> | |||
which will be rendered as: | |||
---- | |||
{{Prevnext2 | |||
| prevpage=path/to/article | nextpage=path/to/article | |||
| prevtext=previous section| nexttext=The next section | |||
| index=path/to/index | indextext=Go to the contents page | |||
}} | |||
---- | |||
== Template source code == | == Template source code == |
Revision as of 04:39, 3 June 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
which will be returned as,
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:
Which would be rendered as:
This works the other way around, too. This:
is rendered as:
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,
will render as:
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:
which will be rendered as:
Template source code