diff options
Diffstat (limited to 'shortcuts.mdwn')
-rw-r--r-- | shortcuts.mdwn | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/shortcuts.mdwn b/shortcuts.mdwn index b4f6d8e..a5eef18 100644 --- a/shortcuts.mdwn +++ b/shortcuts.mdwn @@ -1,15 +1,15 @@ [[!if test="enabled(shortcut)" - then="This wiki has shortcuts **enabled**." - else="This wiki has shortcuts **disabled**."]] + then="Denne wiki har genveje **aktiveret**." + else="Denne wiki har genveje **deaktiveret**."]] -Some examples of using shortcuts include: +Nogle eksempler på brug af genveje: \[[!google foo]] \[[!wikipedia War_of_1812]] \[[!debbug 12345]] - Check the \[[!google ikiwiki desc="google search for %s"]]. + Undersøg \[[!google ikiwiki desc="google søgning efter %s"]]. -This page controls what shortcut links the wiki supports. +Denne side styrer hvilke genveje wikien understøtter. * [[!shortcut name=google url="https://encrypted.google.com/search?q=%s"]] * [[!shortcut name=archive url="http://web.archive.org/*/%S"]] @@ -18,7 +18,7 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=wikipedia url="https://en.wikipedia.org/wiki/%W"]] * [[!shortcut name=wikitravel url="https://wikitravel.org/en/%s"]] * [[!shortcut name=wiktionary url="https://en.wiktionary.org/wiki/%s"]] -* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="Debian bug #%s"]] +* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="Debian fejl #%s"]] * [[!shortcut name=deblist url="https://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]] * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]] * [[!shortcut name=debpkgsid url="http://packages.debian.org/sid/%s"]] @@ -26,13 +26,13 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=debmsg url="https://lists.debian.org/msgid-search/%s"]] * [[!shortcut name=debrt url="https://rt.debian.org/Ticket/Display.html?id=%s"]] * [[!shortcut name=debss url="http://snapshot.debian.org/package/%s/"]] - * Usage: `\[[!debss package]]` or `\[[!debss package/version]]`. See <http://snapshot.debian.org/> for details. + * Brug: `\[[!debss package]]` eller `\[[!debss package/version]]`. Se <http://snapshot.debian.org/> for detaljer. * [[!shortcut name=debwiki url="https://wiki.debian.org/%s"]] -* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org bug #%s"]] +* [[!shortcut name=fdobug url="https://bugs.freedesktop.org/show_bug.cgi?id=%s" desc="freedesktop.org fejl #%s"]] * [[!shortcut name=fdolist url="http://lists.freedesktop.org/mailman/listinfo/%s" desc="%s@lists.freedesktop.org"]] -* [[!shortcut name=gnomebug url="https://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME bug #%s"]] -* [[!shortcut name=linuxbug url="https://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux bug #%s"]] -* [[!shortcut name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla bug #%s"]] +* [[!shortcut name=gnomebug url="https://bugzilla.gnome.org/show_bug.cgi?id=%s" desc="GNOME fejl #%s"]] +* [[!shortcut name=linuxbug url="https://bugzilla.kernel.org/show_bug.cgi?id=%s" desc="Linux fejl #%s"]] +* [[!shortcut name=mozbug url="https://bugzilla.mozilla.org/show_bug.cgi?id=%s" desc="Mozilla fejl #%s"]] * [[!shortcut name=gnulist url="https://lists.gnu.org/mailman/listinfo/%s" desc="%s@gnu.org"]] * [[!shortcut name=marcmsg url="http://marc.info/?i=%s"]] * [[!shortcut name=marclist url="http://marc.info/?l=%s"]] @@ -58,26 +58,26 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=man url="http://linux.die.net/man/%s"]] * [[!shortcut name=ohloh url="https://www.ohloh.net/p/%s"]] * [[!shortcut name=cpanrt url="https://rt.cpan.org/Ticket/Display.html?id=%s" desc="CPAN RT#%s"]] -* [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="bug %s"]] +* [[!shortcut name=novellbug url="https://bugzilla.novell.com/show_bug.cgi?id=%s" desc="fejl %s"]] * [[!shortcut name=ubupkg url="http://packages.ubuntu.com/%s"]] * [[!shortcut name=mozillazinekb url="http://kb.mozillazine.org/%s"]] * [[!shortcut name=freebsdwiki url="http://wiki.freebsd.org/%s"]] * [[!shortcut name=hackage url="http://hackage.haskell.org/package/%s"]] -To add a new shortcut, use the `shortcut` -[[ikiwiki/directive]]. In the url, "%s" is replaced with the -text passed to the named shortcut, after [[!wikipedia url_encoding]] -it, and '%S' is replaced with the raw, non-encoded text. -Additionally, `%W` is replaced with the text encoded just right for -Wikipedia. The optional `desc` parameter controls the description of -the link. +<<<<<<< HEAD +Tilføj en ny genvej med [[direktivet|ikiwiki/directive]] `shortcut`. I +webadressen ([[!wikipedia URL]]en) erstattes "%s" med teksten overdraget til +den navngivne genvej, efter [[!wikipedia url_encoding]] af den, og '%S' +erstattes med den rå, ukodede tekst. +Desuden erstattes `%W` med teksten kodet specielt til Wikipedia. Den +valgfri `desc`-parameter styrer beskrivelsen af henvisningen. -Remember that the `name` you give the shortcut will become a new -[[ikiwiki/directive]]. Avoid using a `name` that conflicts -with an existing directive. These directives also accept a `desc` -parameter that will override the one provided at definition time. +Husk at `name`-parameteren som du tildeler genvejen bliver et nyt +[[direktiv|ikiwiki/directive]]. Undgå et navn som er i strid med et +eksisterende direktiv. Disse direktiver accepterer også en `desc`-parameter +som vil overskygge den der blev angivet ved definitionen. -If you come up with a shortcut that you think others might find useful, -consider contributing it to the [shortcuts page on the ikiwiki -wiki](http://ikiwiki.info/shortcuts/), so that future versions of -ikiwiki will include your shortcut in the standard underlay. +Hvis du finder på en genvej som du mener andre kunne få glæde af også, kan +du overveje at bidrage med den til [shortcuts-siden på ikiwiki +wikien](http://ikiwiki.info/shortcuts/), så fremtidige versioner af ikiwiki +inkluderer din genvej i standardunderlaget. |