diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-21 20:11:18 +0000 |
commit | ff6941cef9a88ea2a0d3af2e5ae1edd09048916b (patch) | |
tree | 020be0085f59958e7bd9a4cb299da3dc3559ba78 /basewiki/subpage | |
parent | 2335443eb6f8c7934984064d92805b4c5ccc8975 (diff) |
* Add support for links of the form [../foo]], this links to the page
foo a level higher in the directory hierarchy than the one it would link
to by default.
Diffstat (limited to 'basewiki/subpage')
-rw-r--r-- | basewiki/subpage/linkingrules.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/basewiki/subpage/linkingrules.mdwn b/basewiki/subpage/linkingrules.mdwn index 83625ccbd..1543801b3 100644 --- a/basewiki/subpage/linkingrules.mdwn +++ b/basewiki/subpage/linkingrules.mdwn @@ -19,3 +19,9 @@ the only way to link to an unrelated [[SubPage]]. You can use this to, for example, to link from BazBar to "FooBar/SubPage", or from BazBar/SubPage to "FooBar/SubPage". + +You can also use ".." in a link, to specify exactly which page to link to, +when there are multiple pages with similar names and the link goes to the +wrong page by default. For example, linking from "FooBar/SubPage" to +".../OtherPage" will link to the "OtherPage" in the root of the wiki, even +if there is a "FooBar/OtherPage". |