User:Michael Murtaugh/Subpage: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 5: Line 5:
You can even repeat the trick...
You can even repeat the trick...


<nowiki>[[/Subpage]]</nowiki>
; <nowiki>[[/Subpage]]</nowiki> : produces [[/Subpage]]
 
* [[/Subpage]]


To make a link back up one level you can actually use any of:
To make a link back up one level you can actually use any of:

Revision as of 09:03, 15 September 2020

And here we are in a subpage of my user page.

Notice how you get "breadcrumbs" navigation for free under the page title.

You can even repeat the trick...

[[/Subpage]]
produces /Subpage

To make a link back up one level you can actually use any of:

[[User:Michael Murtaugh]]
an absolute (self-contained) reference, it would link the same way no matter where you write it
[[../]]
a *relative* reference dot-dot means "up one level"... the page you go to depends on the current page you're on
[[../ | back]]
combine with the *pipe* to change the displayed text

produces...