X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/d73eb7d9b2569ebb44fc79480b6ec2d8c1faea5d..007dd1648be59af224f603f3912f085f43365c83:/doc/templates.mdwn diff --git a/doc/templates.mdwn b/doc/templates.mdwn index 71bf8a47a..5bdcbaab6 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -1,9 +1,13 @@ -[[if test="enabled(template)" - then="This wiki has templates **enabled**." - else="This wiki has templates **disabled**."]] +[[if test="enabled(template)" then=""" +This wiki has templates **enabled**. +[[if test="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**." +]]