]> sipb.mit.edu Git - ikiwiki.git/blob - basewiki/wikilink.mdwn
update
[ikiwiki.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]]".
4
5 If you ever need to write something like "\[[WikiLink]] without creating a
6 wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".
7
8 Note that there are some special [[SubPage/LinkingRules]] that come into
9 play when linking between [[SubPage]]s.
10
11 WikiLinks can be entered in any case you like, the page they link to is
12 always lowercased.
13
14 Note that if the file linked to by a WikiLink looks like an image, it will
15 be displayed inline on the page.
16
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]]