Difference between revisions of "Template:FULLROOTPAGENAME/doc"

From All About Ayrshire
Jump to: navigation, search
en>Redrose64
(See also: rm strange syntax)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 19:36, 27 December 2020

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

Usage[edit]

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

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

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

Note that this template can be substituted.

TemplateData[edit]

This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.

TemplateData for FULLROOTPAGENAME

<templatedata>{

 "description": "A meta template that takes a page name and returns its root page name (including namespace).",
 "params": {
   "1": {
     "label": "Page name",
     "description": "The input page name. If omitted or empty, the current page name will be used",
     "type": "string/wiki-page-name",
     "required": false
   }
 }

}</templatedata>

See also[edit]