This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template page. |
This template uses the #titleparts
parser function extension to extract only the root of the page name.
Usage
Place {{RootPage}} where the root of the current page name is desired. An optional parameter is a pagename other than the current pagename.
Pagename | {{RootPage}} |
---|---|
USA/CommonState/Test | USA |
USA | USA |
Related versions
- {{RootPage2}}
- An adaptation of
{{RootPage}}
except if the root page is USA it uses the second subpage. This enables the automation of USA/CommonState template suite to display the state name on pages and the template itself will display CommonState. It is like a template to obtain the state or territory name for other templates.
- {{BasePage2}}
- It operates half way between
{{RootPage2}}
and{{BASEPAGENAME}}
. It is highly customized for the USA/CommonState template suite. The pages with "USA" respond with USA/CommonState, but all other pages return the primary pagename of BasePageName or BasePageName/Test.... This enables the automation of USA/CommonState to display normally if it is deployed on test pages. The state page can then be tested without affecting the original page and after testing is complete it can be moved along with all the subpages to the primary page. This function requires test pages only start from a subpage that begins /Test... below the initial page name for the state or territory. This also means no other section be created as a subpage that begins with /Test....
Page name Intent Condition California/Test Main test page for a new California template Good California/Test city
California/TestimonialsA custom section to link from other current pages Bad. This page will cause link failures if {{BasePage2}} is used on that page.
- {{SubPage2}}
- Like BasePage2 it is highly customized for the USA/CommonState template suite. On pages with USA/CommonState, it will display the primary/initial subpage (if present), which serves as the section page name, otherwise it is blank.
Pagename | {{RootPage2}} | {{BasePage2}} | {{SubPage2}} |
---|---|---|---|
USA/CommonState/Test | CommonState | USA/CommonState | Test |
USA/CommonState | CommonState | USA/CommonState | |
USA/CommonState/Test/Test 2 | CommonState | USA/CommonState | Test 2 |
Arizona/To do | Arizona | Arizona | To do |
Arizona/Test/To do | Arizona | Arizona/Test | To do |
Arizona/Test | Arizona | Arizona/Test | |
Arizona/Test/To do/Main | Arizona | Arizona/Test | To do |
Arizona/Test/To do/Main/Preload | Arizona | Arizona/Test | To do |
Arizona/To do/Main/Preload | Arizona | Arizona | To do |
Arizona/Testing/To do/Main/Preload | Arizona | Arizona/Testing | To do |
Arizona/Testing/To do/Preload | Arizona | Arizona/Testing | To do |