]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/edittemplate.mdwn
further thoughts
[ikiwiki.git] / doc / plugins / edittemplate.mdwn
index 7c3350ca7bfd0d571c0505c6d1fd432ecd52602b..8140b4f4195fc6d118b89b1c33c6280a29e1eaac 100644 (file)
@@ -3,9 +3,9 @@
 
 This plugin allows registering template pages, that provide default
 content for new pages created using the web frontend. To register a
-template, insert a [[PreprocessorDirective]] on some other page.
+template, insert a [[Preprocessor_Directive|/ikiwiki/preprocessordirective]] on some other page.
 
-       \[[edittemplate template="bugtemplate" match="bugs/*"]]
+       \[[!edittemplate template="bugtemplate" match="bugs/*"]]
 
 In the above example, the page named "bugtemplate" is registered as a
 template to be used when any page named "bugs/*" is created.