Link to a namespace

Hi, I know that it’s possible to create a link to a category using
[[:Category:category name|caption]].

Is it also possible to create a link to a namespace, so that I don’t have to click on “Pages” and select the namespace manually, but can be linked directly to the desired one?

Hi!

You can use something like

<span class="plainlinks">[{{fullurl:Special:Allpages|namespace=2}} User namespace]</span>

You will need to now the namespace ID. Check [[Special:BlueSpiceNamespaceManager]] to get that information.

Thanks for the quick reply. It works!