ikiwiki/doc/templates.mdwn

13 lines
364 B
Plaintext
Raw Normal View History

[[if test="enabled(template)"
then="This wiki has templates **enabled**."
else="This wiki has templates **disabled**."
]]
2006-03-12 05:09:59 +01:00
[[if test="enabled(template) and enabled(inline)" then="""
These templates are available for inclusion onto other pages in this
wiki:
2006-03-21 03:38:17 +01:00
[[inline pages="templates/* and !*/discussion" feeds=no archive=yes
sort=title template=titlepage]]
"""]]