]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/templates.mdwn
web commit by http://hendry.iki.fi/: clearer to avoid the mistake i did
[ikiwiki.git] / doc / templates.mdwn
index 24da881c7a71e4af0741aba5065a5d833735144f..101b69763aef38b5ca66c6f92f542e096e67357f 100644 (file)
@@ -41,7 +41,7 @@ large chunks of marked up text to be embedded into 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.
+regular wiki (.mdwn) page, **located in the `templates/` directory** under source control. Nothing to do with **templatedir** from your ikiwiki configuration.
 
 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