]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/wikilink.mdwn
support arbitrary characters in page titles, via some ugly use of unicode
[git.ikiwiki.info.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]]".
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 While a WikiLink is limited to alphanumerics and only a few special
15 charaters, it is possible to create page names containing other characters:
17 * To display a page name with a space in it, use "_" in the WikiLink, for
18   example, [[Multi_Word_Page_Name]]. 
19 * For any other special character, you can use "__nnnn__" where `nnnn` is the
20   unicode character number. For example,
21   [[This_page_name_is__44___uselessly__44___a_complete_sentence__46__]]
22   Limiting use of this to when you really need it is a good idea.
24 Note that if the file linked to by a WikiLink looks like an image, it will
25 be displayed inline on the page.