]> sipb.mit.edu Git - ikiwiki.git/blob - doc/wikilink.mdwn
web commit by neal
[ikiwiki.git] / doc / 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 The file name associated with a wiki link is create as follows: capital
6 letters converted to lower case and spaces to underscores.  Finally,
7 the file extention is added.
8
9 If you ever need to write something like "\[[WikiLink]] without creating a
10 wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".
11
12 There are some special [[SubPage/LinkingRules]] that come into play when
13 linking between [[SubPage]]s.
14
15 Also, if the file linked to by a WikiLink looks like an image, it will
16 be displayed inline on the page.
17
18 WikiLinks are matched with page names in a case-insensative manner, so you
19 don't need to worry about getting the case the same, and can capitalise
20 links at the start of a sentence, and so on.
21
22 It's also possible to write a WikiLink that uses something other than the
23 page name as the link text. For example "\[[foo_bar|SandBox]]" links to the
24 SandBox page, but the link will appear like this: [[foo_bar|SandBox]]