]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/shortcuts.mdwn
* shortcut: Expand %S to the raw input text, not url-encoded.
[git.ikiwiki.info.git] / doc / shortcuts.mdwn
index 788408459a4ab4daf7ecc81673f612f374180977..fd27544a3d6737efc083c8c65edd1a931dfe1fe7 100644 (file)
@@ -57,13 +57,15 @@ This page controls what shortcut links the wiki supports.
 * [[shortcut name=zooomr url="http://www.zooomr.com/photos/%s"]]
   * Note: You have to include the username and number in here, such as `bob/123455`.
 
-To add a new shortcut, use the `shortcut` [[PreprocessorDirective]]. "%s" is
-replaced with the text passed to the named shortcut. The optional `desc`
-parameter controls the description of the link.
+To add a new shortcut, use the `shortcut`
+[[ikiwiki/PreprocessorDirective]]. 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. The optional `desc` parameter
+controls the description of the link.
 
 Remember that the `name` you give the shortcut will become a new
-[[PreprocessorDirective]].  Avoid using a `name` that conflicts with an
-existing directive.
+[[ikiwiki/PreprocessorDirective]].  Avoid using a `name` that conflicts
+with an existing directive.
 
 If you come up with a shortcut that you think others might find useful,
 consider contributing it to the [[iki shortcuts]] page on the ikiwiki