Jump to content

Translations:Toolbox/99/da: Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
Importing a new version from external source
(No difference)

Revision as of 12:30, 26 June 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Toolbox)
All six arguments are optional, but keep in mind that if you don't specify a value for the <code>indexname</code> parameter, the untranslated name of the current page will be displayed. For the first and last pages in a series, the template is most often used like this:
{| style="border-collapse: separate; border-spacing: 2em 0; margin: 1em auto 2em; width: 100%;"
! scope="col" style="background-color: #eaecf0; border: 1px solid #a2a9b1;" | First page
! scope="col" style="background-color: #eaecf0; border: 1px solid #a2a9b1;" | Last page
|-
| style="padding: 0 1em; width: 50%;" | {{Input|1=<nowiki>{{Prevnext2
 | nextpage  = Following Pagename
 | nexttext  = Read this page next
 | indextext = Tasks and Tools
}}</nowiki>}}
| style="padding: 0 1em; width: 50%;" | {{Input|1=<nowiki>{{Prevnext2
 | prevpage  = Previous Pagename
 | prevtext  = The page before this one
 | indextext = Tasks and Tools
}}</nowiki>}}
|-
| style="font-size: 1.1em; padding: 0; text-align: center; word-spacing: 2em;" | &#x1f87b; '''Output''' &#x1f87b;
| style="font-size: 1.1em; padding: 0; text-align: center; word-spacing: 2em;" | &#x1f87b; '''Output''' &#x1f87b;
|-
| style="padding-left: 3em;" | {{Prevnext2|nextpage=Special:myLanguage/Toolbox/Tables|nexttext=Read this page next|indextext=Tasks and Tools}}
| style="padding-left: 3em;" | {{Prevnext2|prevpage=Special:myLanguage/Help:Editing|prevtext=The page before this one|indextext=Tasks and Tools}}
|}

For den første side, som ikke har nogen foregående side eller den sidste side, som ikke har nogen efterfølger bruges:

{{Next|Following Pagename|This page you should read later}}
{{Prev|Previous Pagename|The page before this page}}