Difference between revisions of "Template:BASEPAGENAME"

From Project: Gorgon Wiki
Jump to: navigation, search
m (Added SPW, i have put it on templates-wiki also)
m (Copy-over latest version from wikia:c:templates:Template:BASEPAGENAME)
Line 1: Line 1:
<noinclude>{{Underconstruction}}
+
{{Underconstruction}}
</noinclude>{{
+
<onlyinclude>{{#if: {{#titleparts:{{PAGENAME:{{{1|{{FULLPAGENAME}}}}} }}|-1}}
#if: {{#titleparts: {{PAGENAME}} |-1}}
+
| {{#titleparts:{{PAGENAME:{{{1|{{FULLPAGENAME}}}}} }}|-1}}
| {{#titleparts: {{PAGENAME}} |-1}}
+
| {{#titleparts:{{PAGENAME:{{{1|{{FULLPAGENAME}}}}} }}|1}}
| {{ROOTPAGENAME}}
+
}}</onlyinclude>
}}<noinclude>
+
{{documentation}}
{{documentation
 
|content={{SPW
 
        |is not on
 
        |name={{PAGENAME}}
 
        }}{{Ambox
 
        |border=red
 
        |type= Dropin !
 
        |info= This is a dropin functionality for wikis that don't have [[mw:Special:MyLanguage/Help:Subpages|Subpages]] enabled !
 
        }}
 
;Usage
 
Use <code><nowiki>{{</nowiki>{{FULLPAGENAME}}<nowiki>}}</nowiki></code> inplace of <code><nowiki>{{</nowiki>{{PAGENAME}}<nowiki>}}</nowiki></code> to make use of the same functionality as the [[mw:Special:MyLanguage/Help:Magic words#Page_names|magic-word]].
 
;See also
 
*[[Template:BASEPAGENAMEE]]
 
}}
 
[[Category:General wiki templates]]
 
</noinclude>
 

Revision as of 17:23, 24 April 2016

BASEPAGENAME

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Description
This is a drop-in functionality for wikis that don't have Subpages enabled.
This documentation is shared between templates affected by this, see the See also section at bottom.
Usage
To make use of the same functionality as the magic-word using a template with same name if it exists.
Use {{msg:BASEPAGENAME}} inplace of {{BASEPAGENAME}}
Or {{msg:BASEPAGENAME|Pagename}} inplace of {{BASEPAGENAME:Pagename}} to provide a pagename to operate upon.
If no Pagename is provided it defaults to {{FULLPAGENAME}}.
Logic table for debugging
code result
input Template:(((1|{{FULLPAGENAME}}}}} Template:BASEPAGENAME
Tinput Template:(((1|{{FULLPAGENAME}}/1 1/2 2}}} Template:BASEPAGENAME/1 1/2 2
NAMESPACE {{NAMESPACE}} Template
PAGENAME {{PAGENAME:input }} BASEPAGENAME
{{PAGENAME:Tinput }} BASEPAGENAME/1 1/2 2
#titleparts: |1 {{#titleparts:{{PAGENAME:input }}|1}} BASEPAGENAME
{{#titleparts:{{PAGENAME:Tinput }}|1}} BASEPAGENAME
#titleparts: |-1 {{#titleparts:{{PAGENAME:input }}|-1}}
{{#titleparts:{{PAGENAME:Tinput }}|-1}} BASEPAGENAME/1 1
#titleparts: ||-1 {{#titleparts:{{PAGENAME:input }}||-1}} BASEPAGENAME
{{#titleparts:{{PAGENAME:Tinput }}||-1}} 2 2
Functionality table for debugging
functionality code result
BASEPAGENAME {{BASEPAGENAME:input}} BASEPAGENAME
{{BASEPAGENAME:Tinput}} BASEPAGENAME/1 1
msg:BASEPAGENAME {{msg:BASEPAGENAME|input}} BASEPAGENAME
{{msg:BASEPAGENAME|Tinput}} BASEPAGENAME/1 1
Dependencies
See also
The above text is transcluded from Template:BASEPAGENAME/doc; you can change it or view its history.
If you're done making changes, please refresh the text.
Please add categories and interwikis to Template:BASEPAGENAME/doc. (View all subpages of this page.)