]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/shortcut_optional_parameters.mdwn
responses
[git.ikiwiki.info.git] / doc / todo / shortcut_optional_parameters.mdwn
index 494aac98a5f9945805d081dda9ae7c850e74c184..4fd1eb9d42fde19553402c71ccdf6067c000a47e 100644 (file)
@@ -22,3 +22,10 @@ Some possible syntax choices for the shortcut definition:
     \[[shortcut name=debfiles url="http://packages.debian.org/cgi-bin/search_contents.pl?word=$*&searchmode=filelist&case=insensitive&version=${dist=unstable}&arch=${arch=i386}"]]
 
 --[[JoshTriplett]]
+
+Well, you can already do this kind of thing with templates. Invocation does
+look different:
+
+    \[[template id=debfiles package=ikiwiki dist=testing]]
+
+--[[Joey]]