aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/listdirectives.mdwn
blob: b41d27a8082573ab2ee2ad8c33a487588c234e4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"]]