aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/template.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-14 04:05:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-14 04:05:08 +0000
commit96125d8da512d992012560a1115eb3a8115bafbe (patch)
tree8290149ed4e09f4d74b14ccb618348b80e32b73b /doc/plugins/template.mdwn
parent663a87442788d2a5db38cf2f3056383e0915a4d7 (diff)
downloadikiwiki-96125d8da512d992012560a1115eb3a8115bafbe.tar
ikiwiki-96125d8da512d992012560a1115eb3a8115bafbe.tar.gz
* Allow multiple tag settings to appear in a single page.
Diffstat (limited to 'doc/plugins/template.mdwn')
-rw-r--r--doc/plugins/template.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/plugins/template.mdwn b/doc/plugins/template.mdwn
index b6083d225..98188d7dc 100644
--- a/doc/plugins/template.mdwn
+++ b/doc/plugins/template.mdwn
@@ -38,10 +38,6 @@ few things:
* To use one block of text if a variable is set and a second if it's not,
use `<TMPL_IF NAME="variable">text<TMPL_ELSE>other text</TMPL_IF>`
-The filled out template will be formatted the same as the rest of the page
-that contains it, so you can include WikiLinks and all other forms of wiki
-markup in the template.
-
Here's a sample template:
<span class="infobox">
@@ -57,3 +53,8 @@ Here's a sample template:
<TMPL_VAR notes>
</TMPL_IF>
</span>
+
+The filled out template will be formatted the same as the rest of the page
+that contains it, so you can include WikiLinks and all other forms of wiki
+markup in the template. Note though that such WikiLinks will not show up as
+backlinks to the page that uses the template.