X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ba00ff81c02680ff9f9ccf1ce74b10138e54fa62..29fd100e9f4e71fb85505d932184ffd5e3f26242:/doc/templates.mdwn diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 5c8d9a99c..9eb12e819 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -27,7 +27,7 @@ pages in the wiki. [[!if test="enabled(edittemplate)" then=""" ## default content for new pages -The [[!iki ikiwiki/directive/template desc="edittemplate directive"]] can +The [[!iki ikiwiki/directive/edittemplate desc="edittemplate directive"]] can be used to make new pages default to containing text from a template page, which can be filled as out the page is edited. """]] @@ -46,7 +46,7 @@ html out of ikiwiki and in the templates. * `page.tmpl` - Used for displaying all regular wiki pages. This is the key template to customise. [[!if test="enabled(pagetemplate)" then=""" - (The [[!iki ikiwiki/directive/template desc="pagetemplate directive"]] + (The [[!iki ikiwiki/directive/pagetemplate desc="pagetemplate directive"]] can be used to make a page use a different template than `page.tmpl`.)"""]] * `rsspage.tmpl` - Used for generating rss feeds for blogs. * `rssitem.tmpl` - Used for generating individual items on rss feeds.