1 A [[patch]] in my git repository (the inline-pagenames branch) adds the following
2 parameter to the [[ikiwiki/directive/inline]] directive:
4 > * `pagenames` - If given instead of `pages`, this is interpreted as a
5 > space-separated list of links to pages (with the same
6 > [[ikiwiki/SubPage/LinkingRules]] as in a [[ikiwiki/WikiLink]]), and they are inlined
7 > in exactly the order given: the `sort` and `pages` parameters cannot be used
8 > in conjunction with this one.
10 This is on my [[wishlist]] for my [[plugins/contrib/album]] plugin, which currently
11 uses it internally (as it has already collected the pages in order). It could also
12 be useful for other things, like [[todo/wikitrails]]. --[[smcv]]