Relative Namespaces (upperlevel)

Hi, please is it possible to do an upperlevel link like ”../../page1.html” → ”..:..:page1” ??

I've search for it in FlySpray, Discussion, search engine but nothing…

I mean, I have these namespaces:

  1. ns1
    1. ns11
    2. ns12
      1. ns121
      2. ns122
      3. ns123
  2. ns2 1)
    1. ns21
    2. ns22

If I want to do a link from ns121 to ns11 I write:

[[ns1:ns11]]

But I would like to write something like:

[[..:ns11]]

just to make it more portable in case I later on change the name of the ns1 namespace 2)

Is it possible? excuse me if this is a very newbie question, but I couldn't find the answer anywhere. I write this here before submitting it to FlySpray to check if this is available.

Hi, I'm a newbie myself, but I had the same question. I figured that a leading colon
[[:ns11]]

would take you i.e. from ns121 to ns11. Similarly a

[[ns1:ns11]]

would take you i.e. from ns2:ns21 to ns1:ns11. Why??? I don't get it… cheers

1) I added another branch for complexity :-)
2) I now know that [ [.:ns123] ] works for accesing ns123 page from ns121