]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/template.mdwn
* Allow multiple tag settings to appear in a single page.
[git.ikiwiki.info.git] / doc / plugins / template.mdwn
index b6083d22580cb62aa999204123b933e96e4a7d9a..98188d7dc480b75604a34b6bd6e98024d5d5e883 100644 (file)
@@ -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.