This wiki has shortcuts enabled.

Some examples of using shortcuts include:

[[!google  foo]]
[[!wikipedia  War_of_1812]]
[[!debbug  12345]]
Check the [[!google  ikiwiki desc="google search for %s"]].

This page controls what shortcut links the wiki supports.

  • El atajo google apunta a https://encrypted.google.com/search?q=%s
  • El atajo archive apunta a http://web.archive.org/*/%S
  • El atajo gmap apunta a https://maps.google.com/maps?q=%s
  • El atajo gmsg apunta a https://groups.google.com/groups?selm=%s
  • El atajo wikipedia apunta a https://en.wikipedia.org/wiki/%W
  • El atajo wikitravel apunta a https://wikitravel.org/en/%s
  • El atajo wiktionary apunta a https://en.wiktionary.org/wiki/%s
  • El atajo debbug apunta a http://bugs.debian.org/%S
  • El atajo deblist apunta a https://lists.debian.org/debian-%s
  • El atajo debpkg apunta a http://packages.debian.org/%s
  • El atajo debpkgsid apunta a http://packages.debian.org/sid/%s
  • El atajo debpts apunta a http://packages.qa.debian.org/%s
  • El atajo debmsg apunta a https://lists.debian.org/msgid-search/%s
  • El atajo debrt apunta a https://rt.debian.org/Ticket/Display.html?id=%s
  • El atajo debss apunta a http://snapshot.debian.org/package/%s/
  • El atajo debwiki apunta a https://wiki.debian.org/%S
  • El atajo debcve apunta a https://security-tracker.debian.org/tracker/%S
    • also supports Debian bug numbers, packages and whatever the security tracker supports.
  • El atajo fdobug apunta a https://bugs.freedesktop.org/show_bug.cgi?id=%s
  • El atajo fdolist apunta a http://lists.freedesktop.org/mailman/listinfo/%s
  • El atajo gnomebug apunta a https://bugzilla.gnome.org/show_bug.cgi?id=%s
  • El atajo linuxbug apunta a https://bugzilla.kernel.org/show_bug.cgi?id=%s
  • El atajo mozbug apunta a https://bugzilla.mozilla.org/show_bug.cgi?id=%s
  • El atajo gnulist apunta a https://lists.gnu.org/mailman/listinfo/%s
  • El atajo marcmsg apunta a http://marc.info/?i=%s
  • El atajo marclist apunta a http://marc.info/?l=%s
  • El atajo gmane apunta a http://dir.gmane.org/gmane.%s
  • El atajo gmanemsg apunta a http://mid.gmane.org/%s
  • El atajo cpan apunta a http://search.cpan.org/search?mode=dist&query=%s
  • El atajo ctan apunta a http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=%s
  • El atajo hoogle apunta a http://haskell.org/hoogle/?q=%s
  • El atajo iki apunta a http://ikiwiki.info/%S/
  • El atajo ljuser apunta a http://%s.livejournal.com/
  • El atajo rfc apunta a https://www.ietf.org/rfc/rfc%s.txt
  • El atajo c2 apunta a http://wiki.c2.com/?%s
  • El atajo meatballwiki apunta a http://www.usemod.com/cgi-bin/mb.pl?%s
  • El atajo emacswiki apunta a http://www.emacswiki.org/cgi-bin/wiki/%s
  • El atajo haskellwiki apunta a http://haskell.org/haskellwiki/%s
  • El atajo dict apunta a http://www.dict.org/bin/Dict?Form=Dict1&Strategy=&Database=&Query=%s
  • El atajo imdb apunta a http://imdb.com/find?q=%s
  • El atajo gpg apunta a http://pgpkeys.mit.edu:11371/pks/lookup?op=vindex&exact=on&search=0x%s
  • El atajo perldoc apunta a http://perldoc.perl.org/search.html?q=%s
  • El atajo whois apunta a http://reports.internic.net/cgi/whois?whois_nic=%s&type=domain
  • El atajo cve apunta a https://cve.mitre.org/cgi-bin/cvename.cgi?name=%s
  • El atajo flickr apunta a https://secure.flickr.com/photos/%s
  • El atajo man apunta a http://manpages.debian.org/%s
  • El atajo ohloh apunta a https://www.ohloh.net/p/%s
  • El atajo cpanrt apunta a https://rt.cpan.org/Ticket/Display.html?id=%s
  • El atajo novellbug apunta a https://bugzilla.novell.com/show_bug.cgi?id=%s
  • El atajo ubupkg apunta a http://packages.ubuntu.com/%s
  • El atajo mozillazinekb apunta a http://kb.mozillazine.org/%s
  • El atajo freebsdwiki apunta a http://wiki.freebsd.org/%s
  • El atajo hackage apunta a http://hackage.haskell.org/package/%s
  • El atajo pkgsrc apunta a http://pkgsrc.se/%S
  • El atajo doi apunta a http://dx.doi.org/%s
  • El atajo arxiv apunta a http://arxiv.org/abs/%s

To add a new shortcut, use the shortcut directive. In the url, "%s" is replaced with the text passed to the named shortcut, after 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.

Remember that the name you give the shortcut will become a new 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.

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, so that future versions of ikiwiki will include your shortcut in the standard underlay.