diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 10:18:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-15 10:18:05 +0000 |
commit | a58c567e2ef05caedfdaf38666355caef88199e3 (patch) | |
tree | 39414306e6c753ccdde11fc69a7fe6fb68332fdc /doc | |
parent | 94fe488bee08a6f0c370183fe7916a23ea66c617 (diff) |
web commit by JoshTriplett: Add "dict" shortcut for dictionary lookups via dict.org.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/shortcuts.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 7114532b4..9fda194d1 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -14,6 +14,7 @@ This page controls what shortcut links the wiki supports. * [[shortcut name=ljuser url="http://%s.livejournal.com/"]] * [[shortcut name=rfc url="http://www.ietf.org/rfc/rfc%s.txt"]] * [[shortcut name=c2 url="http://c2.com/cgi/wiki?%s"]] +* [[shortcut name=dict url="http://www.dict.org/bin/Dict?Form=Dict1&Strategy=*&Database=*&Query=%s"]] To add a new shortcut, use the "shortcut" preprocessor directive. "%s" is replaced with the text passed to the named shortcut. The optional desc |