Note that map has the same issue
[ikiwiki] / doc / bugs / Inline_doesn__39__t_wikilink_to_pages.mdwn
1 It seems that the [[ikiwiki/directive/inline]] directive doesn't generate wikilinks to the pages it includes.  For example I would expect the following to inline all bugs inside this bug report:
2
3 \[[!inline pages="bugs/* and !*/discussion and backlink(bugs)" feeds=no postform=no archive=yes show="10"]]
4
5 But here it is:
6
7 [[!inline pages="bugs/* and !*/discussion and backlink(bugs)" feeds=no postform=no archive=yes show="10"]]
8
9 and note that it only included the 'normal' wikilinks (and also note that this page is not marked done even though the done page is inlined).
10 One might also wonder if inline would make this page link to any internal links on those inlined pages too, but I think
11 that would be overkill.
12
13 I'm not even really sure if this is a bug or defined behaviour, but I thought it might work and it didn't.  Regardless,
14 the correct behaviour, whichever is decided, should be documented.  -- [[Will]]
15
16 It appears that [[ikiwiki/directive/map]] also doesn't wikilink to the pages it links.  Perhaps in each of these
17 cases there should be another parameter to the directive that allows linking to switched on.  Just switching
18 it on universally at this point might break a number of people's pagespecs.  -- [[Will]]