diff options
author | Joey Hess <joey@kitenet.net> | 2007-12-12 01:52:26 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2007-12-12 01:52:26 -0500 |
commit | 8576fe4c4913c2ebe678c54f9353ac22c6bdaa84 (patch) | |
tree | 5fb544d50ebdb2af4ceb5a5b434e15576f8992b1 /doc/wikitemplates.mdwn | |
parent | 035a57f209e02c954a0edf798bbc4879a6311a3f (diff) | |
download | ikiwiki-8576fe4c4913c2ebe678c54f9353ac22c6bdaa84.tar ikiwiki-8576fe4c4913c2ebe678c54f9353ac22c6bdaa84.tar.gz |
incomplate edittemplate plugin
Diffstat (limited to 'doc/wikitemplates.mdwn')
-rw-r--r-- | doc/wikitemplates.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/wikitemplates.mdwn b/doc/wikitemplates.mdwn index 1beed649b..9643bcd79 100644 --- a/doc/wikitemplates.mdwn +++ b/doc/wikitemplates.mdwn @@ -38,4 +38,8 @@ 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. +[[templates]] are stored in the wiki and inserted into pages. + +The [[plugin/edittemplate]] plugin is used to make new pages default to +containing text from a template, which can be filled as out the page is +edited. |