Template:Single namespace/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Godsy
m (13 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 43: Line 43:
* [[Template:Namespace detect]]
* [[Template:Namespace detect]]


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<includeonly>{{Sandbox other||
<!-- Categories here; interwikis in Wikidata -->
<!-- Categories here; interwikis in Wikidata -->
[[Category:Template namespace templates]]
[[Category:Template namespace templates]]


}}</includeonly>
}}</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