diff options
author | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-06-16 17:13:19 +0100 |
---|---|---|
committer | Simon McVittie <smcv@ http://smcv.pseudorandom.co.uk/> | 2009-06-16 17:13:19 +0100 |
commit | e8770131740c83b21197d8a260db20c1c3f48020 (patch) | |
tree | b16a1cf85167c906d6eb52740697cc93d9469318 /doc | |
parent | e94289e9e4109e20e90a21fa6574f2156e502423 (diff) | |
download | ikiwiki-e8770131740c83b21197d8a260db20c1c3f48020.tar ikiwiki-e8770131740c83b21197d8a260db20c1c3f48020.tar.gz |
inline: add pagenames parameter
If given instead of pages, this is interpreted as a space-separated
list of links to pages (with the same LinkingRules as in a WikiLink),
and they are inlined in exactly the order given. The sort and pages
parameters cannot be used in conjunction with this one.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/inline.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/inline.mdwn b/doc/ikiwiki/directive/inline.mdwn index 8afd65a05..9c55e07c2 100644 --- a/doc/ikiwiki/directive/inline.mdwn +++ b/doc/ikiwiki/directive/inline.mdwn @@ -113,6 +113,11 @@ Here are some less often needed parameters: For example, set "feedfile=feed" to cause it to generate `page/feed.atom` and/or `page/feed.rss`. This option is not supported if the wiki is configured not to use `usedirs`. +* `pagenames` - If given instead of `pages`, this is interpreted as a + space-separated list of links to pages (with the same + [[SubPage/LinkingRules]] as in a [[ikiwiki/WikiLink]]), and they are inlined + in exactly the order given: the `sort` and `pages` parameters cannot be used + in conjunction with this one. [[!meta robots="noindex, follow"]] |