Difference between revisions of "Template:Namespace detect/doc"

From Recidemia
Jump to: navigation, search
(sl:Predloga:Namespace detect)
m (1 revision)
Line 1: Line 1:
 
{{documentation subpage}}
 
{{documentation subpage}}
{{high-risk| 2,000,000+ }}
 
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
Line 7: Line 6:
 
It helps other templates detect what type of page they are on.
 
It helps other templates detect what type of page they are on.
  
It detects and groups all the different [[Wikipedia:Namespace#Enumeration|namespaces]] used on Wikipedia into several types:
+
It detects and groups all the different namespaces used on Wikibooks into several types:
  
:'''main''' = Main/article space, as in normal Wikipedia articles.
+
:'''main''' = Main/book space, as in normal Wikibooks pages.
:'''talk''' = Any talk space, such as page names that start with "Talk:", "User talk:", "File talk:" and so on.
+
:'''talk''' = Any discussion page, such as page names that start with "Talk:", "User talk:", "File talk:" and so on.
:'''user, wikipedia, file, mediawiki, template, help, category''', '''portal''' and '''book''' = The other namespaces except the talk pages.
+
:'''user''', '''wikibooks''', '''subject''', '''file''', '''mediawiki''', '''template''', '''help''', '''category''', '''transwiki''', '''wikijunior,''' and '''cookbook''' = The other namespaces except the discussion pages.
 
:'''other''' = Any namespaces that were not specified as a parameter to the template. See explanation below.
 
:'''other''' = Any namespaces that were not specified as a parameter to the template. See explanation below.
  
Line 23: Line 22:
 
<pre>
 
<pre>
 
{{namespace detect
 
{{namespace detect
| main  = Article text
+
| main  = Book page text
 
| talk  = Talk page text
 
| talk  = Talk page text
 
| other = Other pages text
 
| other = Other pages text
Line 29: Line 28:
 
</pre>
 
</pre>
  
If the template is on a main (article) page, it will return this:
+
If the template is on a main (book) page, it will return this:
  
 
:{{namespace detect| demospace=main
 
:{{namespace detect| demospace=main
| main  = Article text
+
| main  = Book page text
 
| talk  = Talk page text
 
| talk  = Talk page text
 
| other = Other pages text
 
| other = Other pages text
 
}}
 
}}
  
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 a book or a talk page it will return this:
  
 
:{{namespace detect
 
:{{namespace detect
| main  = Article text
+
| main  = Book page text
 
| talk  = Talk page text
 
| talk  = Talk page text
 
| other = Other pages text
 
| other = Other pages text
Line 86: Line 85:
 
<pre>
 
<pre>
 
{{namespace detect  
 
{{namespace detect  
| main  = Article text
+
| main  = Book page text
 
| other = Other pages text
 
| other = Other pages text
 
| demospace = main
 
| demospace = main
Line 95: Line 94:
  
 
:{{namespace detect  
 
:{{namespace detect  
| main  = Article text
+
| main  = Book page text
 
| other = Other pages text
 
| other = Other pages text
 
| demospace = main
 
| demospace = main
Line 122: Line 121:
 
<pre>
 
<pre>
 
{{namespace detect  
 
{{namespace detect  
| main  = Article text
+
| main  = Book page text
 
| other = Other pages text
 
| other = Other pages text
 
| demospace = {{{demospace|}}}
 
| demospace = {{{demospace|}}}
Line 132: Line 131:
  
 
=== Parameters ===
 
=== Parameters ===
 +
 
List of all parameters:
 
List of all parameters:
  
Line 139: Line 139:
 
...
 
...
 
| other =
 
| other =
| demospace = {{{demospace|}}} / main / talk / user /  
+
| demospace = {{{demospace|}}} / main / talk / user / subject
               wikipedia / file / mediawiki / template /  
+
               wikibooks/ file / mediawiki / template / transwiki
               help / category / portal / book / other
+
               help / category / wikijunior / cookbook / other
 
| page  = {{{page|}}} / User:Example
 
| page  = {{{page|}}} / User:Example
 
}}
 
}}
 
</pre>
 
</pre>
 
Note: Empty values to the "main" ... "book" parameters have special meaning.
 
  
 
=== Technical details ===
 
=== 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 "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''', and it already automatically detected "Book talk:" as type '''talk'''.
 
  
 
If you intend to feed tables as content to the numbered parameters of this template, then you need to know this:
 
If you intend to feed tables as content to the numbered parameters of this template, then you need to know this:
  
[[Help:Template|Templates]] do have a problem to handle parameter data that contains pipes "<code>|</code>", unless the pipe is inside another template <code><nowiki>{{name|param1}}</nowiki></code> or inside a piped link <code><nowiki>[[Help:Template|help]]</nowiki></code>. Thus templates can not handle [[Help:Table|wikitables]] as input unless you escape them by using the {{tn|!}} template. This makes it hard to use wikitables as parameters to templates. Instead the usual solution is to use "[[Help:HTML in wikitext|HTML wikimarkup]]" for the table code, which is more robust.
+
[[Help:Template|Templates]] do have a problem handling parameter data that contains pipes "<code>|</code>", unless the pipe is inside another template <code><nowiki>{{name|param1}}</nowiki></code> or inside a piped link <code><nowiki>[[Help:Templates|help]]</nowiki></code>. Thus templates can not handle [[Help:Tables|wikitables]] as input unless you escape them by using the {{tl|!}} 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 such as about "copying to other projects" and "CSS based namespace detection" see {{tl|main talk other}} and its talk page.
 
  
 
=== See also ===
 
=== See also ===
Line 164: Line 158:
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Namespace manipulation templates]]
+
[[Category:Namespace manipulation templates|{{PAGENAME}}]]
 
 
[[ar:قالب:Namespace detect]]
 
[[be-x-old:Шаблён:Вызначэньне прасторы назваў]]
 
[[ca:Plantilla:Detecta espai de noms]]
 
[[cy:Nodyn:Namespace detect]]
 
[[hsb:Předłoha:Namespace detect]]
 
[[ko:틀:이름공간 검출]]
 
[[ja:Template:Namespace detect]]
 
[[mn:Загвар:Namespace detect]]
 
[[pt:Predefinição:Namespace detect]]
 
[[sl:Predloga:Namespace detect]]
 
[[sr:Шаблон:Namespace detect]]
 
[[uk:Шаблон:Namespace detect]]
 
[[ur:سانچہ:Namespace detect]]
 
[[zh:Template:Namespace detect]]
 
 
</includeonly>
 
</includeonly>

Revision as of 19:50, 22 March 2012

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 Wikibooks into several types:

main = Main/book space, as in normal Wikibooks pages.
talk = Any discussion page, such as page names that start with "Talk:", "User talk:", "File talk:" and so on.
user, wikibooks, subject, file, mediawiki, template, help, category, transwiki, wikijunior, and cookbook = The other namespaces except the discussion pages.
other = Any namespaces that were not specified as a parameter to the template. See explanation below.

For backwards compatibility this template also understands the old name image for file. But using image is now deprecated.

Note! For most usage cases it might be better to use the simpler namespace detection templates. (See the see also section below.) Since this template is more prone to human errors such as misspelling the parameter names.

Usage

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

{{namespace detect
| main  = Book page text
| talk  = Talk page text
| other = Other pages text
}}

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

Book page text

If the template is on any other page than a book 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 then 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  = Book page text
| other = Other pages text
| demospace = main
}}

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

Book page text

The page parameter instead takes a normal pagename. It makes 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. Then do like this:

{{namespace detect 
| main  = Book page text
| other = Other pages text
| demospace = {{{demospace|}}}
| page  = {{{page|}}}
}}

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

Parameters

List of all parameters:

{{namespace detect
| main  = 
...
| other =
| demospace = {{{demospace|}}} / main / talk / user / subject
              wikibooks/ file / mediawiki / template / transwiki
              help / category / wikijunior / cookbook / other
| page  = {{{page|}}} / User:Example
}}

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".

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

Templates do have a problem handling parameter data that contains pipes "|", unless the pipe is inside another template {{name|param1}} or inside a piped link [[Help:Templates|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.

See also

Easy to use namespace-detection templates:

More complex namespace-detection templates:

Pagename-handling and detection templates:

  • {{basepage subpage}} – For detecting if on a basepage, subpage or subsubpage.
  • {{pgn}} – Can take apart and put together pagenames in several ways.
  • {{if pagename}} – For pattern matching on the pagename.
  • {{if pagename multi}} – For pattern matching on the pagename, has input reuse.
  • {{IP-user other}} – For detecting IP-user pages.
  • {{IP-talk}} - Return: 1) IP user talk page 2) registered user talk page 3) not user talk page.

Technical stuff: