1 WikiLinks provide easy linking between pages of the wiki. To create a
2 [[WikiLink]], just put the name of the page to link to in double brackets.
3 For example `\[[WikiLink]]`.
5 If you ever need to write something like `\[[WikiLink]]` without creating a
6 wikilink, just prefix it with a `\`, like `\\[[WikiLink]]`.
8 There are some special [[SubPage/LinkingRules]] that come into play when
9 linking between [[SubPages|SubPage]].
11 Also, if the file linked to by a WikiLink looks like an image, it will
12 be displayed inline on the page.
14 WikiLinks are matched with page names in a case-insensitive manner, so you
15 don't need to worry about getting the case the same, and can capitalise
16 links at the start of a sentence, and so on.
18 It's also possible to write a WikiLink that uses something other than the page
19 name as the link text. For example `\[[foo_bar|SandBox]]` links to the SandBox
20 page, but the link will appear like this: [[foo_bar|SandBox]]. The reason you
21 **have to use underscores in place of spaces in WikiLinks** is so that `ikiwiki`
22 can distinguish your WikiLink from a PreprocessorDirective.
23 (Note: you *can* actually use spaces if you specify the target link following the
24 pipe symbil (`|`), as in the above.
26 To link to an anchor inside a page, you can use something like