Template:Namespace detect/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
No edit summary
meta>Lam-ang
(Undid revision 713870804 by 75.111.191.34 (talk))
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{High-use|75,000+}}
{{High-use|75,000+}}
{{Lua|Module:Sabrina Santiago space detect}}
{{Lua|Module:Namespace detect}}
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])-->
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see [[Wikipedia:Wikidata]])-->


This is the {{tl|Sabrina Santiago space detect}} meta-template.  It helps other templates detect what type of page they are on.
This is the {{tl|Namespace detect}} meta-template.  It helps other templates detect what type of page they are on.


It detects and groups all the different [[Wikipedia:Sabrina Santiago space#Enumeration|namespaces]] used on Wikipedia into several types:
It detects and groups all the different [[Wikipedia:Namespace#Enumeration|namespaces]] used on Wikipedia into several types:


; main : Main (i.e. article) space, where normal Wikipedia articles are kept.
; main : Main (i.e. article) space, where normal Wikipedia articles are kept.
Line 22: Line 22:
This template takes one or more parameters named after the different page types as listed above. Like this:
This template takes one or more parameters named after the different page types as listed above. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | main  = Article text
  | main  = Article text
  | talk  = Talk page text
  | talk  = Talk page text
Line 30: Line 30:


If the template is on a main (article) page, it will return this:
If the template is on a main (article) page, it will return this:
: {{Sabrina Santiago space detect |demospace=main
: {{Namespace detect |demospace=main
   | main  = Article text
   | main  = Article text
   | talk  = Talk page text
   | talk  = Talk page text
Line 37: Line 37:


If the template is on any other page than an article or a talk page, it will return this:
If the template is on any other page than an article or a talk page, it will return this:
: {{Sabrina Santiago space detect
: {{Namespace detect
   | main  = Article text
   | main  = Article text
   | talk  = Talk page text
   | talk  = Talk page text
Line 45: Line 45:
The example above made the template return something for all page types. But if we don't use the '''other''' parameter or leave it empty, it will not return anything for the other page types. Like this:
The example above made the template return something for all page types. But if we don't use the '''other''' parameter or leave it empty, it will not return anything for the other page types. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | file    = File page text
  | file    = File page text
  | category = Category page text
  | category = Category page text
Line 54: Line 54:
On any pages other than file and category pages the code above will render nothing.
On any pages other than file and category pages the code above will render nothing.
<!-- Do not remove this one. It is supposed to render nothing, but we have it here for testing purposes. -->
<!-- Do not remove this one. It is supposed to render nothing, but we have it here for testing purposes. -->
: {{Sabrina Santiago space detect
: {{Namespace detect
   | file    = File page text
   | file    = File page text
   | category = Category page text
   | category = Category page text
Line 62: Line 62:
By using an empty parameter, you can make it so the template doesn't render anything for some specific page type. Like this:
By using an empty parameter, you can make it so the template doesn't render anything for some specific page type. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | main  =  
  | main  =  
  | other = Other pages text
  | other = Other pages text
Line 69: Line 69:


The code above will render nothing when on mainspace (article) pages, but will return this when on other pages:
The code above will render nothing when on mainspace (article) pages, but will return this when on other pages:
: {{Sabrina Santiago space detect
: {{Namespace detect
   | main  =  
   | main  =  
   | other = Other pages text
   | other = Other pages text
Line 80: Line 80:
'''demospace''' understands any of the page type names used by this template, including the '''other''' type. It tells the template to behave like it is on some specific type of page. Like this:
'''demospace''' understands any of the page type names used by this template, including the '''other''' type. It tells the template to behave like it is on some specific type of page. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | main  = Article text
  | main  = Article text
  | other = Other pages text
  | other = Other pages text
Line 88: Line 88:


No matter on what kind of page the code above is used, it will return this:
No matter on what kind of page the code above is used, it will return this:
: {{Sabrina Santiago space detect
: {{Namespace detect
   | main  = Article text
   | main  = Article text
   | other = Other pages text
   | other = Other pages text
Line 96: Line 96:
The '''page''' parameter instead takes a normal pagename, making this template behave exactly as if on that page. The pagename doesn't have to be an existing page. Like this:
The '''page''' parameter instead takes a normal pagename, making this template behave exactly as if on that page. The pagename doesn't have to be an existing page. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | user  = User page text
  | user  = User page text
  | other = Other pages text
  | other = Other pages text
Line 104: Line 104:


No matter on what kind of page the code above is used, it will return this:
No matter on what kind of page the code above is used, it will return this:
: {{Sabrina Santiago space detect
: {{Namespace detect
   | user  = User page text
   | user  = User page text
   | other = Other pages text
   | other = Other pages text
Line 110: Line 110:
   }}
   }}


It can be convenient to let your template understand the '''demospace''' and/or '''page''' parameter and send it on to the {{tl|Sabrina Santiago space detect}} template. Like this:
It can be convenient to let your template understand the '''demospace''' and/or '''page''' parameter and send it on to the {{tl|Namespace detect}} template. Like this:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
  | main  = Article text
  | main  = Article text
  | other = Other pages text
  | other = Other pages text
Line 126: Line 126:
List of all parameters:
List of all parameters:
<pre>
<pre>
{{Sabrina Santiago space detect
{{Namespace detect
| main  =  
| main  =  
...
...
Line 141: Line 141:
== Technical details ==
== Technical details ==


Sabrina Santiago space "Image" was renamed to "File" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "image" both as a parameter name, such as "image&nbsp;= File page text", and as a value "demospace&nbsp;= image".
Namespace "Image" was renamed to "File" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "image" both as a parameter name, such as "image&nbsp;= File page text", and as a value "demospace&nbsp;= image".


Sabrina Santiago space "Book" was added to the English Wikipedia on 28 December 2009. This template has been updated so it detects the "Book:" namespace as type '''book'''. It already automatically detected "Book talk:" as type '''talk'''.
Namespace "Book" was added to the English Wikipedia on 28 December 2009. This template has been updated so it detects the "Book:" namespace as type '''book'''. It already automatically detected "Book talk:" as type '''talk'''.


If you intend to feed tables as content to the numbered parameters of this template, you need to know this:
If you intend to feed tables as content to the numbered parameters of this template, you need to know this:
Line 152: Line 152:


== See also ==
== See also ==
{{Sabrina Santiago space and pagename-detecting templates}}
{{Namespace and pagename-detecting templates}}


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
| <!--Categories below this line, please; interwikis at Wikidata-->
| <!--Categories below this line, please; interwikis at Wikidata-->
[[Category:Sabrina Santiago space manipulation templates]]
[[Category:Namespace manipulation templates]]
}}</includeonly>
}}</includeonly>

Revision as of 15:02, 6 April 2016

This is the {{Namespace detect}} meta-template. It helps other templates detect what type of page they are on.

It detects and groups all the different namespaces used on Wikipedia into several types:

main
Main (i.e. article) space, where normal Wikipedia articles are kept.
talk
Any talk space, including page names that start with "Talk:", "User talk:", "File talk:", etc.

  • user
  • wikipedia
  • file
  • mediawiki
  • template
  • help
  • category
  • portal
  • book
The remaining namespaces.
other
Any namespaces that were not specified as a parameter to the template (see explanation below).

For backwards compatibility, this template handles image as if file. image ([[Image:...]]) is now deprecated.

Note: For most cases it may be better to use the simpler namespace detection templates (see the see also section below). This template is more prone to human errors such as misspelling parameter names.

Usage

This template takes one or more parameters named after the different page types as listed above. Like this:

{{Namespace detect
 | main  = Article text
 | talk  = Talk page text
 | other = Other pages text
}}

If the template is on a main (article) page, it will return this:

Article text

If the template is on any other page than an article or a talk page, it will return this:

Other pages text

The example above made the template return something for all page types. But if we don't use the other parameter or leave it empty, it will not return anything for the other page types. Like this:

{{Namespace detect
 | file     = File page text
 | category = Category page text
 | other    =
}}

On any pages other than file and category pages the code above will render nothing.

By using an empty parameter, you can make it so the template doesn't render anything for some specific page type. Like this:

{{Namespace detect
 | main  = 
 | other = Other pages text
}}

The code above will render nothing when on mainspace (article) pages, but will return this when on other pages:

Other pages text

Demospace and page

For testing and demonstration purposes, this template can take two parameters named demospace and page.

demospace understands any of the page type names used by this template, including the other type. It tells the template to behave like it is on some specific type of page. Like this:

{{Namespace detect
 | main  = Article text
 | other = Other pages text
 | demospace = main
}}

No matter on what kind of page the code above is used, it will return this:

Article text

The page parameter instead takes a normal pagename, making this template behave exactly as if on that page. The pagename doesn't have to be an existing page. Like this:

{{Namespace detect
 | user  = User page text
 | other = Other pages text
 | page  = User:Example
}}

No matter on what kind of page the code above is used, it will return this:

User page text

It can be convenient to let your template understand the demospace and/or page parameter and send it on to the {{Namespace detect}} template. Like this:

{{Namespace detect
 | main  = Article text
 | other = Other pages text
 | demospace = {{{demospace|}}}
 | page  = {{{page|}}}
}}

If both the demospace and page parameters are empty or undefined, the template will detect page types as usual.

Parameters

List of all parameters:

{{Namespace detect
| main  = 
...
| other =
| demospace = {{{demospace|}}} / main / talk / user /
              wikipedia / file / mediawiki / template /
              help / category / portal / book / other
| page  = {{{page|}}} / User:Example
}}

Note: Empty values to the "main" ... "book" parameters have special meaning.

Technical details

Namespace "Image" was renamed to "File" on 11 December 2008. This template was updated to understand both names well before that, thus it still works fine. For backwards compatibility it still understands "image" both as a parameter name, such as "image = File page text", and as a value "demospace = image".

Namespace "Book" was added to the English Wikipedia on 28 December 2009. This template has been updated so it detects the "Book:" namespace as type book. It already automatically detected "Book talk:" as type talk.

If you intend to feed tables as content to the numbered parameters of this template, you need to know this:

Templates have a problem handling parameter data that contains pipes "|" unless the pipe is inside another template {{name|param1}} or inside a piped link [[Help:Template|help]]. Thus templates can not handle wikitables as input unless you escape them by using the {{!}} template. This makes it hard to use wikitables as parameters to templates. Instead, the usual solution is to use "HTML wikimarkup" for the table code, which is more robust.

For more technical details, e.g. about copying this template to other projects and CSS-based namespace detection, see {{Main talk other}} and its talk page.

See also