Difference between revisions of "Template:FULLROOTPAGENAME/doc"
Jump to navigation
Jump to search
imported>MSGJ (→Usage: try talk) |
imported>Redrose64 (→See also: rm strange syntax) |
||
| (11 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
| − | <!-- | + | <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> |
| − | {{high- | + | {{high-use| 770,000+ |all-pages=y }} |
| + | {{used in system}} | ||
| − | Get the | + | 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}} | |
| − | |||
| − | |||
| − | * {{tlx|FULLROOTPAGENAME|List of 28 Days/Weeks Later characters}} | ||
| − | + | Note that this template can be substituted. | |
| − | |||
| − | |||
| − | |||
| − | == | + | == TemplateData == |
| − | {{ | + | {{TemplateData header}} |
<templatedata>{ | <templatedata>{ | ||
"description": "A meta template that takes a page name and returns its root page name (including namespace).", | "description": "A meta template that takes a page name and returns its root page name (including namespace).", | ||
| Line 32: | Line 30: | ||
}</templatedata> | }</templatedata> | ||
| − | + | == See also == | |
| − | + | * [[mw:Help:Magic words#Page names]] | |
| − | [[ | + | * {{tl|FULLBASEPAGENAME}} |
| + | * {{tl|ROOTPAGENAME}} | ||
| − | </includeonly> | + | <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
| This is a documentation subpage for Template:FULLROOTPAGENAME. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on 1,660,000+ pages, or roughly 413% of all pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. Transclusion count updated automatically (see documentation). |
| This template is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. Please discuss any changes on the talk page before implementing them. |
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:
{{FULLROOTPAGENAME|List of 28 Days/Weeks Later characters}}→ List of 28 Days
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).
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Page name | 1 | The input page name. If omitted or empty, the current page name will be used | Page | optional |
See also