]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - basewiki/wikilink.mdwn
abdfe6fd281e7d9fb6ded4cf3e346ed2f9c19e44
[git.ikiwiki.info.git] / basewiki / wikilink.mdwn
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 Note that there are some special [[SubPage/LinkingRules]] that come into
9 play when linking between [[SubPage]]s.
11 WikiLinks can be entered in any case you like, the page they link to is
12 always lowercased.
14 Note that if the file linked to by a WikiLink looks like an image, it will
15 be displayed inline on the page.
17 It's also possible to write a WikiLink that uses something other than the
18 page name as the link text. For example "\[[foo bar|SandBox]]" links to the
19 SandBox page, but the link will appear like this: [[foo bar|SandBox]]