projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cdde0
)
improve
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 06:58:11 +0000
(06:58 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 31 Mar 2007 06:58:11 +0000
(06:58 +0000)
doc/templates.mdwn
patch
|
blob
|
history
diff --git
a/doc/templates.mdwn
b/doc/templates.mdwn
index 71bf8a47add56756c6e072c3c26b7d434ef3703d..a3adaf93e6e161024903a38e1008fa580eec81c3 100644
(file)
--- a/
doc/templates.mdwn
+++ b/
doc/templates.mdwn
@@
-1,9
+1,11
@@
-[[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**.
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**."
+]]