aboutsummaryrefslogtreecommitdiff
path: root/doc/templates.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/templates.mdwn')
-rw-r--r--doc/templates.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn
index a3adaf93e..5bdcbaab6 100644
--- a/doc/templates.mdwn
+++ b/doc/templates.mdwn
@@ -1,11 +1,13 @@
[[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**."
]]