Template:Prevnext2: Difference between revisions

    From KDE TechBase
    (Created page with "<includeonly><table align=center id=toc style="width: 95%" class="noprint"><tr> <td style="text-align: left; width: 33%">{{#if: {{{prevpage|}}} | [[{{{prevpage}}}|← {{{prevt...")
     
    m (1 revision: Moving Docbook Primer from UserBase to TechBase)
     
    (2 intermediate revisions by 2 users not shown)
    Line 1: Line 1:
    <includeonly><ul class="pager">
    <li>{{#if: {{{prevpage|}}} | [[{{{prevpage}}}|&larr; {{{prevtext|{{{prevpage}}}}}}]] | }}</li>
    <li>'''{{#if: {{{index|}}} | [[{{{index}}}|&uarr; {{{indextext|{{PAGENAME}}}}} &uarr;]] | {{{indextext|{{PAGENAME}}}}}}}'''</li>
    <li>{{#if: {{{nextpage|}}} | [[{{{nextpage}}}|{{{nexttext|{{{nextpage}}}}}} &rarr;]] | }}</li>
    </ul></includeonly><noinclude>
    The old code was
    {{Input|1=<nowiki>
    <includeonly><table align=center id=toc style="width: 95%" class="noprint"><tr>
    <includeonly><table align=center id=toc style="width: 95%" class="noprint"><tr>
    <td style="text-align: left; width: 33%">{{#if: {{{prevpage|}}} | [[{{{prevpage}}}|&larr; {{{prevtext|{{{prevpage}}}}}}]] | }}</td>
    <td style="text-align: left; width: 33%">{{#if: {{{prevpage|}}} | [[{{{prevpage}}}|&larr; {{{prevtext|{{{prevpage}}}}}}]] | }}</td>
    <td style="text-align: center; width:  33%">'''{{#if: {{{index|}}} | [[{{{index}}}|&uarr; {{{indextext|{{PAGENAME}}}}} &uarr;]] | {{{indextext|{{PAGENAME}}}}}}}'''</td>
    <td style="text-align: center; width:  33%">'''{{#if: {{{index|}}} | [[{{{index}}}|&uarr; {{{indextext|{{PAGENAME}}}}} &uarr;]] | {{{indextext|{{PAGENAME}}}}}}}'''</td>
    <td style="text-align: right; width: 33%">{{#if: {{{nextpage|}}} | [[{{{nextpage}}}|{{{nexttext|{{{nextpage}}}}}} &rarr;]] | }}</td>
    <td style="text-align: right; width: 33%">{{#if: {{{nextpage|}}} | [[{{{nextpage}}}|{{{nexttext|{{{nextpage}}}}}} &rarr;]] | }}</td>
    </tr></table></includeonly><noinclude>
    </tr></table></includeonly><noinclude></nowiki>}}


    {{Info|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.}}
    {{Info|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.}}

    Latest revision as of 08:47, 1 September 2012


    The old code was

    <includeonly><table align=center id=toc style="width: 95%" class="noprint"><tr>
    <td style="text-align: left; width: 33%">{{#if: {{{prevpage|}}} | [[{{{prevpage}}}|← {{{prevtext|{{{prevpage}}}}}}]] | }}</td>
    <td style="text-align: center; width:   33%">'''{{#if: {{{index|}}} | [[{{{index}}}|↑ {{{indextext|{{PAGENAME}}}}} ↑]] | {{{indextext|{{PAGENAME}}}}}}}'''</td>
    <td style="text-align: right; width: 33%">{{#if: {{{nextpage|}}} | [[{{{nextpage}}}|{{{nexttext|{{{nextpage}}}}}} →]] | }}</td>
    </tr></table></includeonly><noinclude>
    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.


    Arguments

    {{Prevnext2
    | prevpage = The path of the previous article.
    | prevtext = The link name for prevpage.*
    | nextpage = The path to the next article.*
    | nexttext = The link name for nextpage.*
    | index = The path to the manual index.*
    | indextext = The link name for index.*
    }}


    (* - Optional arguments.)

    Example usage

    Writing this:


    {{Prevnext2
    | prevpage=path/to/article | nextpage=path/to/article
    | prevtext=previous section| nexttext=The next section
    }}

    Gets you this:



    Example usage: omitting arguments

    Writing this:

    {{Prevnext2
    | nextpage=path/to/article
    | nexttext=The next section
    }}

    Gets you this:



    Writing this:

    {{Prevnext2
    | prevpage=path/to/article
    | prevtext=previous section
    }}

    Gets you this:



    Example usage: the least amount of typing

    Writing this:

    {{Prevnext2
    | nextpage=path/to/article
    | prevpage=path/to/lastsection
    }}

    Gets you this:



    Example usage: including every argument

    Writing this:

    {{Prevnext2
    | prevpage=path/to/article | nextpage=path/to/article
    | prevtext=previous section | nexttext=The next section
    | index= {{PAGENAME}}/Manual | indextext=Contents page
    }}

    Gets you this:



    Writing this:

    {{Prevnext2
    | nextpage=path/to/article
    | nexttext=The next section
    | indextext=Contents section
    }}

    Gets you this: