X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/056cb71ffb34230f0b545a15d4c21b39c1708e48..0b9a51c319f09d8b2c00252e9a2e0fbf18a371bf:/doc/templates.mdwn?ds=sidebyside diff --git a/doc/templates.mdwn b/doc/templates.mdwn index a3adaf93e..bd8b2b6fe 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -1,11 +1,12 @@ -[[if test="enabled(template)" then=""" -This wiki has templates **enabled**. +[[if test="enabled(template)" +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]] -""" -else="This wiki has templates **disabled**." -]] +"""]]