X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..fca6ab6def2536a6566fe3ddca2c069397f856b1:/doc/templates.mdwn 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]] +"""]]