]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/ikiwiki/directive/trailoptions.mdwn
tagcloud problems
[git.ikiwiki.info.git] / doc / ikiwiki / directive / trailoptions.mdwn
1 The `trailoptions` directive is supplied by the
2 [[!iki plugins/trail desc=trail]] plugin. It sets options for the
3 trail represented by this page.
5     \[[!trailoptions sort="meta(title)" circular="no"]]
7 Options available:
9 * `sort`: sets a [[ikiwiki/pagespec/sorting]] order for the entire trail,
10   overriding the order in which they were added
12 * `reverse`: reverses the order of the trail
14 * `circular`: if set to `yes` or `1`, the trail is made into a loop by
15   making the last page's "next" link point to the first page, and the first
16   page's "previous" link point to the last page
18 [[!meta robots="noindex, follow"]]