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