Difference between revisions of "Template:FULLBASEPAGENAME"

From All About Ayrshire
Jump to: navigation, search
m (1 revision)
en>Bsherr
m (bypassing redirect, removing excess white space)
Line 1: Line 1:
{{#if: {{Is subpage namespace | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }}  
+
{{#if: {{Ns has subpages | {{#if:{{{1|}}}|{{NAMESPACE:{{{1}}}}}|{{NAMESPACE}}}} }}  
 
   | {{#if: {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}
 
   | {{#if: {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}
 
     | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}
 
     | {{#titleparts:{{#if:{{{1|}}}|{{{1}}}|{{FULLPAGENAME}}}}|-1}}
Line 8: Line 8:
  
 
{{documentation}}
 
{{documentation}}
 
 
</noinclude>
 
</noinclude>

Revision as of 17:38, 7 January 2019

Template:FULLBASEPAGENAME

Template documentation[view] [edit] [history] [purge]

Get the namespace and the base page name of a page. It is similar to the template {{FULLROOTPAGENAME}}, but returns the parent of the page hierarchy instead of the root.

It is basically equivalent to using the magic word {{NAMESPACE}}:{{BASEPAGENAME}}.

Usage

  • {{FULLBASEPAGENAME}} → Template:FULLBASEPAGENAME
  • {{FULLBASEPAGENAME|Template:1x/sandbox}} → Template:1x
  • {{FULLBASEPAGENAME|Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1}} → Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1

In namespaces with subpages disabled, it will return the full page name:

  • {{FULLBASEPAGENAME|List of 28 Days/Weeks Later characters}} → List of 28 Days/Weeks Later characters

Note that this template can be substituted.

See also