X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/122f6df3259e8ca1dd96554d08cebce4b5c55acc..8b19dea41debcd55fb4d76083470f269f4317f62:/doc/templates.mdwn diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 24da881c7..5120021a7 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -39,9 +39,11 @@ large chunks of marked up text to be embedded into a template: ## Creating a template -To create a template, simply add a template directive to a page, and page will -provide a link that can be used to create the template. The template is a -regular wiki page, located in the `templates/` directory. +To create a template, simply add a template directive to a page, and the +page will provide a link that can be used to create the template. The template +is a regular wiki page, located in the `templates/` subdirectory inside +the source directory of the wiki. (Not to be confused with the +[[wikitemplates]] which are stored in a different location.) The template uses the syntax used by the [[!cpan HTML::Template]] perl module, which allows for some fairly complex things to be done. Consult its