Difference between revisions of "Template:BASEPAGENAME/doc"
From Project: Gorgon Wiki
m (Added '#titleparts: | |-1') |
m (Enhanced Usage text) |
||
Line 5: | Line 5: | ||
;Usage | ;Usage | ||
− | :Use <code><nowiki>{{</nowiki>msg:{{msg:BASEPAGENAME}}<nowiki>}}</nowiki></code> inplace of <code><nowiki>{{</nowiki>{{msg:BASEPAGENAME}}<nowiki>}}</nowiki></code> | + | :To make use of the same functionality as the [[mw:Special:MyLanguage/Help:Magic words#Page_names|magic-word]] using a template with same name if it exists. |
+ | ::Use <code><nowiki>{{</nowiki>msg:{{msg:BASEPAGENAME}}<nowiki>}}</nowiki></code> inplace of <code><nowiki>{{</nowiki>{{msg:BASEPAGENAME}}<nowiki>}}</nowiki></code> | ||
+ | ::Or <code><nowiki>{{</nowiki>msg:{{msg:BASEPAGENAME}}:<var>Pagename</var><nowiki>}}</nowiki></code> inplace of <code><nowiki>{{</nowiki>{{msg:BASEPAGENAME}}:<var>Pagename</var><nowiki>}}</nowiki></code> to provide a pagename to operate upon. | ||
+ | ::If no <var>Pagename</var> is provided it defaults to <span style="color:teal;">{{((}}FULLPAGENAME{{))}}</span>. | ||
{| class="wikitable" style="background-color:teal;" | {| class="wikitable" style="background-color:teal;" |
Revision as of 04:50, 26 April 2016
This template was copied from Template:BASEPAGENAME on Wikia Templates. That wiki should periodically be checked for a new version of this template. |
- 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}}.
- Use
code | result | |
---|---|---|
input | Template:(((1|{{FULLPAGENAME}}}}}
|
Template:BASEPAGENAME/doc
|
Tinput | Template:(((1|{{FULLPAGENAME}}/1 1/2 2}}}
|
Template:BASEPAGENAME/doc/1 1/2 2
|
NAMESPACE | {{NAMESPACE}}
|
Template
|
PAGENAME | {{PAGENAME:input }}
|
BASEPAGENAME/doc
|
{{PAGENAME:Tinput }}
|
BASEPAGENAME/doc/1 1/2 2
| |
#titleparts: |1 | {{#titleparts:{{PAGENAME:input }}|1}}
|
BASEPAGENAME
|
{{#titleparts:{{PAGENAME:Tinput }}|1}}
|
BASEPAGENAME
| |
#titleparts: |-1 | {{#titleparts:{{PAGENAME:input }}|-1}}
|
BASEPAGENAME
|
{{#titleparts:{{PAGENAME:Tinput }}|-1}}
|
BASEPAGENAME/doc/1 1
| |
#titleparts: | |-1 | {{#titleparts:{{PAGENAME:input }}||-1}}
|
doc
|
{{#titleparts:{{PAGENAME:Tinput }}||-1}}
|
2 2
|
functionality | code | result |
---|---|---|
BASEPAGENAME | {{BASEPAGENAME:input}}
|
BASEPAGENAME
|
{{BASEPAGENAME:Tinput}}
|
BASEPAGENAME/doc/1 1
| |
msg:BASEPAGENAME | {{msg:BASEPAGENAME:input}}
|
BASEPAGENAME
|
{{msg:BASEPAGENAME:Tinput}}
|
BASEPAGENAME/doc/1 1
|
- Dependencies
- MediaWiki Help:Magic words#Transclusion modifiers For the msg MAGICWORD.
- MediaWiki Help:Magic words#Page names.
- MediaWiki Help:Extension:ParserFunctions##titleparts for logic used in the functionality.
- See also