aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/formatting.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-25 14:34:00 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-25 14:34:00 -0400
commit43eef3463165b3938c9beeb0fe9f8d40ccf27757 (patch)
tree6a6a77e1421accaf57b5ee1026b14b673bde0320 /doc/ikiwiki/formatting.mdwn
parent744a0edcfb772f09df078518492d67da2a8719d5 (diff)
downloadikiwiki-43eef3463165b3938c9beeb0fe9f8d40ccf27757.tar
ikiwiki-43eef3463165b3938c9beeb0fe9f8d40ccf27757.tar.gz
use listdirectives if available
Diffstat (limited to 'doc/ikiwiki/formatting.mdwn')
-rw-r--r--doc/ikiwiki/formatting.mdwn25
1 files changed, 18 insertions, 7 deletions
diff --git a/doc/ikiwiki/formatting.mdwn b/doc/ikiwiki/formatting.mdwn
index 29dbce181..357c89a57 100644
--- a/doc/ikiwiki/formatting.mdwn
+++ b/doc/ikiwiki/formatting.mdwn
@@ -70,26 +70,37 @@ you use the following additional features:
\[[!wikipedia War\_of\_1812]]
"""]]
+[[!if test="enabled(template) and templates" then="""
+* Create and fill out [[templates]] for repeated chunks of
+ parameterized wiki text.
+"""]]
+
+* Insert various [[directives|directive]] onto a page to perform useful
+ actions.
+[[!if test="enabled(toc) or enabled(meta) or (enabled(inline) and blog)" then="""
+ For example, you can:
+"""]]
+
[[!if test="enabled(toc)" then="""
-* Add a table of contents to a page:
+ * Add a table of contents to a page:
- \[[!toc ]]
+ \[[!toc]]
"""]]
[[!if test="enabled(meta)" then="""
-* Change the title of a page:
+ * Change the title of a page:
\[[!meta title="full page title"]]
"""]]
[[!if test="enabled(inline) and blog" then="""
-* Create a [[blog]] by inlining a set of pages:
+ * Create a [[blog]] by inlining a set of pages:
\[[!inline pages="blog/*"]]
"""]]
-[[!if test="enabled(template) and templates" then="""
-* Create and fill out [[templates]] for repeated chunks of
- parameterized wiki text.
+[[!if test="enabled(listdirectives)" then="""
+ Full list of [[directives|directive]] enabled for this wiki:
+ [[!listdirectives]]
"""]]