Difference between revisions of "Template:FULLROOTPAGENAME/doc"

From blackwiki
Jump to navigation Jump to search
(Blanked the page)
imported>Redrose64
(→‎See also: rm strange syntax)
 
(14 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 +
{{Documentation subpage}}
 +
<!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) -->
 +
{{high-use| 770,000+ |all-pages=y }}
 +
{{used in system}}
  
 +
Get the namespace and the root of the page name. It is similar to the template {{tl|FULLBASEPAGENAME}}, but returns the '''root''' of the page hierarchy instead of the '''parent'''.
 +
 +
=== Usage ===
 +
* {{tlx|FULLROOTPAGENAME}} → {{FULLROOTPAGENAME}}
 +
* {{tlx|FULLROOTPAGENAME|Template:1x/sandbox}} → {{FULLROOTPAGENAME|Template:1x/sandbox}}
 +
* {{tlx|FULLROOTPAGENAME|Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1}} → {{FULLROOTPAGENAME|Wikipedia:Administrators' noticeboard/Arbitration enforcement/Archive1}}
 +
 +
In namespaces with subpages disabled, it will return the full page name:
 +
* {{tlx|FULLROOTPAGENAME|List of 28 Days/Weeks Later characters}} → {{FULLROOTPAGENAME|List of 28 Days/Weeks Later characters}}
 +
 +
Note that this template can be substituted.
 +
 +
== TemplateData ==
 +
{{TemplateData header}}
 +
<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 ==
 +
* [[mw:Help:Magic words#Page names]]
 +
* {{tl|FULLBASEPAGENAME}}
 +
* {{tl|ROOTPAGENAME}}
 +
 +
<includeonly>{{sandbox other||
 +
<!-- Add categories below this line, and interwikis at Wikidata -->
 +
[[Category:Wikipedia metatemplates]]
 +
[[Category:Wikipedia variable-like templates]]
 +
}}</includeonly>

Latest revision as of 12:24, 10 January 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

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

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

Note that this template can be substituted.

TemplateData

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

A meta template that takes a page name and returns its root page name (including namespace).

Template parameters

ParameterDescriptionTypeStatus
Page name1

The input page name. If omitted or empty, the current page name will be used

Pageoptional

See also