]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/wikilink.mdwn
web commit by joey: test edit, replacing a file from underlay
[git.ikiwiki.info.git] / doc / wikilink.mdwn
1 foo!
3 WikiLinks provide easy linking between pages of the wiki. To create a
4 [[WikiLink]], just put the name of the page to link to in double brackets.
5 For example "\[[WikiLink]]".
7 If you ever need to write something like "\[[WikiLink]] without creating a
8 wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".
10 Note that there are some special [[SubPage/LinkingRules]] that come into
11 play when linking between [[SubPage]]s.
13 WikiLinks can be entered in any case you like, the page they link to is
14 always lowercased.
16 Note that if the file linked to by a WikiLink looks like an image, it will
17 be displayed inline on the page.
19 It's also possible to write a WikiLink that uses something other than the
20 page name as the link text. For example "\[[foo|SandBox]]" links to the
21 SandBox page, but the link will appear like this: [[foo|SandBox]]