Template:Prevnext: Difference between revisions
(Changed format) |
|||
Line 2: | Line 2: | ||
{| width="95%" | {| width="95%" | ||
|- | |- | ||
| | | | ||
| align="left" | | align="left" | [[{{{1}}}|Previous]] | ||
| align="right" | [[{{{2}}}|Next]] | | align="right" | [[{{{2}}}|Next]] | ||
|- | |- | ||
| | | | ||
| align="left" | | align="left" | {{{3|{{{1}}}}}} | ||
| align="right" | {{{ | | align="right" | {{{4|{{{2}}}}}} | ||
|} | |} | ||
</center></includeonly> | </center></includeonly> | ||
<noinclude> | <noinclude> | ||
{{Template:I18n/Language Navigation Bar|Template:Prevnext}} | {{Template:I18n/Language Navigation Bar|Template:Prevnext}} | ||
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. | 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 == | == How to use this template == | ||
Write '''<nowiki>{{Prevnext|Go back a page|The next section is difficult!}}</nowiki>''', which will be returned as, | Write <tt>'''<nowiki>{{Prevnext|Go back a page|The next section is difficult!}}</nowiki>'''</tt>, which will be returned as, | ||
{{Prevnext|Go back a page|The next section is difficult!}} | {{Prevnext|Go back a page|The next section is difficult!}} | ||
To make the links to the pages look less ugly | == Prettier links == | ||
To make the links to the pages look less ugly you can provide extra options to the template: | |||
'''<nowiki>{{Prevnext|Article/section/previous-subsection|Article/section/next| </nowiki><br><nowiki> | '''<tt><nowiki>{{Prevnext</nowiki><br><nowiki> | ||
| | |Article/section/previous-subsection |Article/section/next| </nowiki><br><nowiki> | ||
This here is the previous section text | This is the next section</nowiki><br><nowiki> | |||
}}</nowiki></tt>''' | |||
This will be rendered as | This will be rendered as | ||
{{Prevnext|Article/section/previous-subsection|Article/section/next| | {{Prevnext|Article/section/previous-subsection|Article/section/next| | ||
This here is the previous section text|nexttext = This is the next section}} | |||
|nexttext = This is the next section}} | |||
== See also == | == See also == |
Revision as of 04:35, 2 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 {{Prevnext|Go back a page|The next section is difficult!}}, which will be returned as,
Previous | Next | |
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 here is the previous section text | This is the next section
}}
This will be rendered as
Previous | Next | |
This here is the previous section text |
Article/section/next |