aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:35:22 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-21 04:35:22 +0000
commita3a8ec19e33d1a79da897ea3a3dab6520de977f5 (patch)
tree5ee09a112034eeaf9abf2244ca8224b8cca0a5f9 /doc/plugins
parent01efc737196b71eac7afd4faf4f772daf1b614ad (diff)
downloadikiwiki-a3a8ec19e33d1a79da897ea3a3dab6520de977f5.tar
ikiwiki-a3a8ec19e33d1a79da897ea3a3dab6520de977f5.tar.gz
fixes
Diffstat (limited to 'doc/plugins')
-rw-r--r--doc/plugins/pagetemplate.mdwn2
-rw-r--r--doc/plugins/write.mdwn2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins/pagetemplate.mdwn b/doc/plugins/pagetemplate.mdwn
index 945ee3d8c..bea154340 100644
--- a/doc/plugins/pagetemplate.mdwn
+++ b/doc/plugins/pagetemplate.mdwn
@@ -2,7 +2,7 @@
[[tag type/chrome]]
This plugin allows a page to be created using a different
-[[template|wikitemplate]]. The page text is inserted into the template, so
+[[template|wikitemplates]]. The page text is inserted into the template, so
the template controls the overall look and feel of the wiki page. This is
in contrast to the [[template]] plugin, which allows inserting templates
_into_ the body of a page.
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 7166d15f4..d09367f1b 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -148,7 +148,7 @@ return the htmlized content.
hook(type => "pagetemplate", id => "foo", call => \&pagetemplate);
-[[Templates|wikitemplate]] are filled out for many different things in
+[[Templates|wikitemplates]] are filled out for many different things in
ikiwiki, like generating a page, or part of a blog page, or an rss feed, or
a cgi. This hook allows modifying the variables available on those
templates. The function is passed named parameters. The "page" and