From: www-data Date: Tue, 15 Aug 2006 17:44:53 +0000 (+0000) Subject: web commit by neal X-Git-Tag: 1.19~7 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/bd8d5a2b57713cae512c4f8dc41fe4b22dcbe941 web commit by neal --- diff --git a/doc/wikilink.mdwn b/doc/wikilink.mdwn index 4b82e7380..9586bfa44 100644 --- a/doc/wikilink.mdwn +++ b/doc/wikilink.mdwn @@ -2,9 +2,9 @@ WikiLinks provide easy linking between pages of the wiki. To create a [[WikiLink]], just put the name of the page to link to in double brackets. For example "\[[WikiLink]]". -Wiki links may not contain spaces. The associated file must be the wiki -link with any capital letters converted to lower case plus the file -extention. +The file name associated with a wiki link is create as follows: capital +letters converted to lower case and spaces to underscores. Finally, +the file extention is added. If you ever need to write something like "\[[WikiLink]] without creating a wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]".