]> sipb.mit.edu Git - ikiwiki.git/blob - doc/ikiwiki/directive/linkmap.mdwn
Merge branch 'master' into dependency-types
[ikiwiki.git] / doc / ikiwiki / directive / linkmap.mdwn
1 The `linkmap` directive is supplied by the [[!iki plugins/linkmap desc=linkmap]] plugin.
2
3 This directive uses [graphviz](http://www.graphviz.org/) to generate a
4 graph showing the links between a set of pages in the wiki. Example usage:
5
6         \[[!linkmap pages="* and !blog/* and !*/Discussion"]]
7
8 Only links between mapped pages will be shown; links pointing to or from
9 unmapped pages will be omitted. If the pages to include are not specified,
10 the links between all pages (and other files) in the wiki are mapped. For
11 best results, only a small set of pages should be mapped, since otherwise
12 the map can become very large, unwieldy, and complicated.
13
14 Here are descriptions of all the supported parameters to the `linkmap`
15 directive:
16
17 * `pages` - A [[ikiwiki/PageSpec]] of the pages to map.
18 * `height`, `width` - Limit the size of the map to a given height and width,
19   in inches. Both must be specified for the limiting to take effect, otherwise
20   the map's size is not limited.
21
22 [[!meta robots="noindex, follow"]]