summaryrefslogtreecommitdiff
path: root/doc/wikitemplates.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-12-12 14:52:05 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-12-12 14:52:05 -0500
commit9d5075ab521a24d718a2b663e11856c8cc80eb03 (patch)
treeddd765e98ff2302a9fc2877363bb3031b4c485cd /doc/wikitemplates.mdwn
parentbe3579fd705767baade1f8a6dde53ed11c7eb7f5 (diff)
first pass through comments documentation
Moved documentation out of contrib. Mostly tweaked some wording. Moved documentation of various bits to other pages (pagespec, etc), and linked to those. Documented the new templates in wikitemplates. Small quantities of documentation were removed. Particularly the list of template variables, which I think is fairly obvious when editing the template.
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r--doc/wikitemplates.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn
index babd70211..6fb4d5f49 100644
--- a/doc/wikitemplates.mdwn
+++ b/doc/wikitemplates.mdwn
@@ -29,6 +29,10 @@ located in /usr/share/ikiwiki/templates by default.
form to wiki pages.
* `searchquery.tmpl` - This is an omega template, used by the
[[plugins/search]] plugin.
+* `comments_display.tmpl` - This template is used to display a comment
+ by the [[plugins/comments]] plugin.
+* `comments_form.tmpl` - This template is the comment post form for the
+ [[plugins/comments]] plugin.
The [[plugins/pagetemplate]] plugin can allow individual pages to use a
different template than `page.tmpl`.