Template:Single namespace/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Plastikspork
(category handler)
m (13 revisions imported)
 
(6 intermediate revisions by 5 users not shown)
Line 2: Line 2:
{{Substitution|not}}
{{Substitution|not}}


=== Usage ===
== Usage ==
This is a meta-template; it should only be used within other templates. It is used for namespace detection as a simplification of <code><nowiki>{{Foo other|Example|{{Incorrect namespace|foo}}}}</nowiki></code>.  If the template is transcluded in the Foo namespace, it will transclude "Example"; if not, it will transclude {{tl|Incorrect namespace}}. Note that {{tl|Incorrect namespace}} does not work in the template namespace.
This is a meta-template; it should only be used within other templates. It is used for [[Wikipedia:Namespace|namespace]] detection as a simplification of <code><nowiki>{{Foo other|Example|{{Incorrect namespace|foo}}}}</nowiki></code>.  If the template is transcluded in the Foo namespace, it will transclude "Example"; if not, it will transclude {{tl|Incorrect namespace}}. Note that {{tl|Incorrect namespace}} does not work in the template namespace.


The first parameter is necessary. It defines which namespace is the correct namespace for the template.
The first parameter is necessary. It defines which namespace is the correct namespace for the template.
Line 9: Line 9:
The second parameter is optional. It allows something (usually a category) to be transcluded in the correct namespace.
The second parameter is optional. It allows something (usually a category) to be transcluded in the correct namespace.


=== See also ===
== Examples ==
*[[Template:Category handler]]
*[[Template:Incorrect namespace]]
*[[Template:Namespace detect]]


<includeonly>
=== Correct namespace ===
<!-- Categories and interwikis go here: -->
<code><nowiki>{{Single namespace|Template|This text is only displayed in the Template namespace}}</nowiki></code>
 
{{Single namespace|Template|This text is only displayed in the Template namespace}}
 
=== Incorrect namespace ===
<code><nowiki>{{Single namespace|Category|This text is only displayed in the Category namespace}}</nowiki></code>
 
<!--not using actual template because {{Incorrect namespace}} won't display in the Template namespace-->
{{Mbox | type = content | image = [[File:Stop hand orange.svg|50px]] | text = {{Error|The above template should only be transcluded in the ''Category'' namespace(s).}} }}
 
== Supporting templates  ==
{{flatlist|indent=0.5|class=nowraplinks|
* {{tl|Incorrect namespace}}
* {{tl|Book other}}
* {{tl|Category other}}
* {{tl|Draft other}}
* {{tl|File other}}
* {{tl|Help other}}
* {{tl|Main other}}
* {{tl|Module other}}
* {{tl|Portal other}}
* {{tl|Talk other}}
* {{tl|Template other}}
* {{tl|User other}}
* {{tl|Wikipedia other}}
}}
 
== See also ==
* [[Template:Category handler]]
* [[Template:Namespace detect]]
 
<includeonly>{{Sandbox other||
<!-- Categories here; interwikis in Wikidata -->
[[Category:Template namespace templates]]
[[Category:Template namespace templates]]


[[ar:قالب:Single namespace]]
}}</includeonly>
[[sl:Predloga:Single namespace]]
</includeonly>

Latest revision as of 23:05, 3 September 2020

Usage

This is a meta-template; it should only be used within other templates. It is used for namespace detection as a simplification of {{Foo other|Example|{{Incorrect namespace|foo}}}}. If the template is transcluded in the Foo namespace, it will transclude "Example"; if not, it will transclude {{Incorrect namespace}}. Note that {{Incorrect namespace}} does not work in the template namespace.

The first parameter is necessary. It defines which namespace is the correct namespace for the template.

The second parameter is optional. It allows something (usually a category) to be transcluded in the correct namespace.

Examples

Correct namespace

{{Single namespace|Template|This text is only displayed in the Template namespace}}

This text is only displayed in the Template namespace

Incorrect namespace

{{Single namespace|Category|This text is only displayed in the Category namespace}}

Supporting templates

See also