X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..1fa80e15a164f3b2e2cdd88cdcee697d62b2891e:/doc/templates.mdwn?ds=sidebyside diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 71bf8a47a..bd8b2b6fe 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -1,9 +1,12 @@ [[if test="enabled(template)" - then="This wiki has templates **enabled**." - else="This wiki has templates **disabled**."]] +then="This wiki has templates **enabled**." +else="This wiki has templates **disabled**." +]] +[[if test="enabled(template) and enabled(inline)" then=""" These templates are available for inclusion onto other pages in this wiki: [[inline pages="templates/* and !*/discussion" feeds=no archive=yes sort=title template=titlepage]] +"""]]