]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/directive/listdirectives.mdwn
clarify
[ikiwiki.git] / doc / ikiwiki / directive / listdirectives.mdwn
1 The `listdirectives` directive is supplied by the [[!iki plugins/listdirectives desc=listdirectives]] plugin.
2
3 This directive generates a list of available
4 [[directives|ikiwiki/directive]].
5
6         \[[!listdirectives]]
7
8 There is one optional keyword argument, `generated`.  Normally the
9 `listdirectives` directive will list all built in directives and directives
10 directly registered by plugins.  With this keyword, `listdirectives` will
11 also list directives generated later.  For example, all [[shortcuts]] are
12 directives generated in turn by the `shortcut` directive.  They will only
13 be listed if the `generated` argument is supplied.
14
15     \[[!listdirectives generated]]
16
17 This extended list is often quite long, and often contains many
18 undocumented directives.
19
20 [[!meta robots="noindex, follow"]]