]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/ikiwiki/wikilink.mdwn
patch hidden field setting code
[ikiwiki.git] / doc / ikiwiki / wikilink.mdwn
index 38df00f86ea42b3c57da07c414e02f8387e330b9..0c30aafa275c29645128f181bfa8168ae0892037 100644 (file)
@@ -1,3 +1,4 @@
+[[!meta robots="noindex, follow"]]
 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]]`.
@@ -20,8 +21,4 @@ name as the link text. For example `\[[foo_bar|SandBox]]` links to the SandBox
 page, but the link will appear like this: [[foo_bar|SandBox]].
 
 To link to an anchor inside a page, you can use something like
-`\[[WikiLink#foo]]`
-
-**Note that you cannot use spaces in WikiLinks**. Replace spaces with
-underscores. The presence of spaces is used to distinguish between a
-[[PreprocessorDirective]] and a WikiLink.
+`\[[WikiLink#foo]]` .