Template:BASEPAGENAME/doc: Difference between revisions

From Project Gorgon
Jump to navigation Jump to search
Trimoon (talk | contribs)
Copy-over latest version from wikia:c:templates:Template:BASEPAGENAME/doc
 
Trimoon (talk | contribs)
m Updated with description and see also links
Line 1: Line 1:
{{SPW|is not on|name={{msg:BASEPAGENAME}}}}
{{SPW|is not on|name={{msg:BASEPAGENAME}}}}
{{Ambox
;Description
|border=red
:This is a drop-in functionality for wikis that don't have [[mw:Special:MyLanguage/Help:Subpages|Subpages]] enabled.
|type= Dropin !
:This documentation is shared between templates affected by this, see the '''See also''' section at bottom.
|info= This is a dropin functionality for wikis that don't have [[mw:Special:MyLanguage/Help:Subpages|Subpages]] enabled !
 
}}
;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> 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.


{| class="wikitable" style="background-color:teal;"
{| class="wikitable" style="background-color:teal;"
Line 61: Line 60:


;See also
;See also
*[[Template:{{#ifeq:{{msg:BASEPAGENAME}}|BASEPAGENAME
*[[mw:Help:Magic words#Transclusion modifiers|MAGICWORD msg]]
            |BASEPAGENAMEE
*[[Template:BASEPAGENAME]]
            |BASEPAGENAME
*[[Template:BASEPAGENAMEE]]
            }}]]
*[[Template:SUBPAGENAME]]
*[[Template:SUBPAGENAMEE]]
<includeonly>
<includeonly>
<!-- Categories/interwikis for the template itself -->
<!-- Categories/interwikis for the template itself -->

Revision as of 09:00, 26 April 2016

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
Use {{msg:BASEPAGENAME}} inplace of {{BASEPAGENAME}} to make use of the same functionality as the magic-word using a template with same name if it exists.
Logic table for debugging
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
BASEPAGENAME {{BASEPAGENAME:input}} BASEPAGENAME
{{BASEPAGENAME:Tinput}} BASEPAGENAME/doc/1 1
msg:BASEPAGENAME {{msg:BASEPAGENAME:input}} BASEPAGENAME
{{msg:BASEPAGENAME:Tinput}} BASEPAGENAME/doc/1 1
See also