summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/listdirectives.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-22 21:05:40 +0200
committerJonas Smedegaard <dr@jones.dk>2008-10-22 21:05:40 +0200
commit6634fec4377c1d358edc87c3819c280a9e273380 (patch)
tree97e0ad46fbe136e60135248af3b0cf768dd28f00 /ikiwiki/directive/listdirectives.mdwn
Init with ikiwiki 2.67.
Diffstat (limited to 'ikiwiki/directive/listdirectives.mdwn')
-rw-r--r--ikiwiki/directive/listdirectives.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/ikiwiki/directive/listdirectives.mdwn b/ikiwiki/directive/listdirectives.mdwn
new file mode 100644
index 0000000..b41d27a
--- /dev/null
+++ b/ikiwiki/directive/listdirectives.mdwn
@@ -0,0 +1,20 @@
+The `listdirectives` directive is supplied by the [[!iki plugins/listdirectives desc=listdirectives]] plugin.
+
+This directive generates a list of available
+[[directives|ikiwiki/directive]].
+
+ \[[!listdirectives]]
+
+There is one optional keyword argument, `generated`. Normally the
+`listdirectives` directive will list all built in directives and directives
+directly registered by plugins. With this keyword, `listdirectives` will
+also list directives generated later. For example, all [[shortcuts]] are
+directives generated in turn by the `shortcut` directive. They will only
+be listed if the `generated` argument is supplied.
+
+ \[[!listdirectives generated]]
+
+This extended list is often quite long, and often contains many
+undocumented directives.
+
+[[!meta robots="noindex, follow"]]