Template:Single namespace/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Zyxw
(add examples, add category)
meta>Zyxw
(add links to supporting templates)
Line 3: Line 3:


== 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 21: Line 21:
<!--not using actual template because {{Incorrect namespace}} won't display in the Template namespace-->
<!--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).}} }}
{{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 ==
== See also ==
* [[Template:Category handler]]
* [[Template:Category handler]]
* [[Template:Incorrect namespace]]
* [[Template:Namespace detect]]
* [[Template:Namespace detect]]



Revision as of 21:07, 7 December 2016

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