diff options
author | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 18:33:59 +0000 |
---|---|---|
committer | www-data <www-data@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-29 18:33:59 +0000 |
commit | 67bfc9a30b5e62e63a189b5a9abccab382e7d22e (patch) | |
tree | e51b42a04d55f7dc3d6fe5bf5212fb3d25e70091 | |
parent | 975ae0944cdd18a510d803da7a499c2247ac855e (diff) |
web commit by joey: test edit, replacing a file from underlay
-rw-r--r-- | doc/wikilink.mdwn | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/wikilink.mdwn b/doc/wikilink.mdwn new file mode 100644 index 000000000..5d454fb3f --- /dev/null +++ b/doc/wikilink.mdwn @@ -0,0 +1,21 @@ +foo! + +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]]". + +If you ever need to write something like "\[[WikiLink]] without creating a +wikilink, just prefix it with a "\", like "\\\\[[WikiLink]]". + +Note that there are some special [[SubPage/LinkingRules]] that come into +play when linking between [[SubPage]]s. + +WikiLinks can be entered in any case you like, the page they link to is +always lowercased. + +Note that if the file linked to by a WikiLink looks like an image, it will +be displayed inline on the page. + +It's also possible to write a WikiLink that uses something other than the +page name as the link text. For example "\[[foo|SandBox]]" links to the +SandBox page, but the link will appear like this: [[foo|SandBox]] |