From: Joey Hess Date: Sat, 1 Mar 2008 04:11:51 +0000 (-0500) Subject: remove link to wikitemplates X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/909a901424d17fb2e33a31e3fb36a9708ac0efea?ds=inline remove link to wikitemplates this page is in the basewiki, and so it should not link to pages that are not --- diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 5120021a7..205cb5b04 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -42,8 +42,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 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 source directory of the wiki. 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