ikiwiki/doc/templates.mdwn

18 lines
536 B
Markdown

[[!meta robots="noindex, follow"]]
[[!if test="enabled(template)"
then="This wiki has templates **enabled**."
else="This wiki has templates **disabled**."
]]
Templates are files that can be filled out and inserted into pages in the
wiki.
[[!if test="enabled(template) and enabled(inline)" then="""
These templates are available for use with the template directive.
[[!inline pages="templates/* and !*/discussion" feeds=no archive=yes
sort=title template=titlepage
rootpage=templates postformtext="Add a new template named:"]]
"""]]