X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/fe0c0b6fc38b94295e803685c4931cb5977744b7..ca30d95a78ca974c040c152b8c31bdd63f219e6b:/doc/plugins/edittemplate.mdwn?ds=sidebyside diff --git a/doc/plugins/edittemplate.mdwn b/doc/plugins/edittemplate.mdwn index 7c3350ca7..8140b4f41 100644 --- a/doc/plugins/edittemplate.mdwn +++ b/doc/plugins/edittemplate.mdwn @@ -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.