Template:FULLROOTPAGENAME/doc: Difference between revisions

From Campaigns
Jump to navigation Jump to search
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:


== TemplateData ==
== 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 29: Line 28:


== See also ==
== See also ==
* [[Help:Magic words#Page names]]
* [[mw:Help:Magic words#Page names]]
* {{tl|ROOTPAGENAME}}


<includeonly>{{sandbox other||
<includeonly>{{sandbox other||

Latest revision as of 04:05, 15 February 2022

Get the namespace and the root of the page name.

Usage

  • → Template:FULLROOTPAGENAME
  • → Template:1x
  • → wikipedia:Administrators' noticeboard

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

  • → List of 28 Days

Note that this template can be substituted.

TemplateData

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

Page nameoptional

See also