diff options
Diffstat (limited to 'basewiki/shortcuts.mdwn')
-rw-r--r-- | basewiki/shortcuts.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/basewiki/shortcuts.mdwn b/basewiki/shortcuts.mdwn new file mode 100644 index 000000000..7dde7919e --- /dev/null +++ b/basewiki/shortcuts.mdwn @@ -0,0 +1,8 @@ +This page is used to control what shortcut links are supported by the wiki. + +* [[shortcut name=google url="http://www.google.com/search?q=%s"]] +* [[shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]] +* [[shortcut name=debbug url="http://bugs.debian.org/%s"]] + +To add a new shortcut, use the "shortcut" preprocessor directive. "%s" in +the url is replaced by the text of the shortcut. |