This is a sub-subpage ofHelp:Links.
Special-use parser functions:
{{FULLPAGENAME}} displays the full name of the current page. For example: Help:Links/example/example2.{{PAGENAME}} displays the partial name of the current page. For example: Links/example/example2.{{SUBPAGENAME}} displays the name of the subpage, if available. For example: example2.{{BASEPAGENAME}} displays the name of the base page. For example: Links/example.Titleparts Function:
{{#titleparts:{{PAGENAME}}|1}} displays the first part of the page name. For example: Links.{{#titleparts:{{PAGENAME}}|2}} displays the second part of the page name. For example: Links/example.{{#titleparts:{{PAGENAME}}|3}} displays the third part of the page name. For example: Links/example/example2.Subpage Navigation:
[[../]] displays the parent page of a subpage. For example:Help:Links/example.[[../example2]] displays the "example2" sub-subpage of a parent page if it exists. For example:Help:Links/example/example2.[[../example3]] displays the "example3" sub-subpage of a parent page if it exists. For example:Help:Links/example/example3.[[/example2]] displays the "example2" subpage of a current page if it exists. For example:/example2.Dynamic Link:
{{fullurl:{{NAMESPACE}}:{{BASEPAGENAME}}/example2}} generates a dynamic URL for an "example2" sub-subpage if it exists. For example: //www.mediawiki.org/wiki/Help:Links/example/example2