diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-26 20:50:55 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-26 20:50:55 +0000 |
commit | 40959ce76d159cefaf0431ad2cc61ad35a9f99b1 (patch) | |
tree | a30b415dbb712912fd45584b9861bb680562aba7 /doc/wikitemplates.mdwn | |
parent | e64442aa08c1d368f0ab3284016b0addb3ac4a67 (diff) | |
download | ikiwiki-40959ce76d159cefaf0431ad2cc61ad35a9f99b1.tar ikiwiki-40959ce76d159cefaf0431ad2cc61ad35a9f99b1.tar.gz |
* Add templatefile hook.
* Add pagetemplate plugin, which allows changing the template used for
a page. (Not to be confused with the hook of the same name..)
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r-- | doc/wikitemplates.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index 5e2eb8a37..4fc163599 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -34,5 +34,8 @@ located in /usr/share/ikiwiki/templates by default. * `searchform.tmpl` - Used by the [[plugins/search]] plugin to add a search form to wiki pages. +The [[plugins/pagetemplate]] plugin can allow individual pages to use a +different template than `page.tmpl`. + The [[plugins/template]] plugin also uses templates, though those [[templates]] are stored in the wiki. |