Předłoha:Namespace detect

Z Wikipedije, swobodneje encyklopedije
Dokumentacija Dokumentacija

To je {{namespace detect}} meta-předłoha.

Wona druhim předłoham pomhaja zwěsćeć kotry typ strony su.

Wona zwěsći a zeskupi wšě rozdźělne mjenowe rumy wužiwane we Wikipediji do sćěhowacych typow:

main = Hłowny/nastawkowy mjenowy rum, jako w normalnych Wikipedijowych nastawkach.
talk = Někajki diskusijny mjenowy rum, tajke stronowe mjena kotrež započnje ze słowom "Diskusija:", "Diskusija z wužiwarjom:", "Diskusija k dataji:" atd.
user, wikipedia, file, mediawiki, template, help, category a portal = Druhe mjenowe rumy z wuwzaćom diskusijnych stronow.
other = Někajke mjenowe rumy kotrež njebuchu definowane jako parameter do předłohi. Hlej wujasnjenje deleka.

"image" so móže tež město "file" wužiwać.

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  = 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 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

For testing and demonstration purposes this template can take a parameter named demospace. 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 | demospace = main
| main  = Article text
| other = Other pages text
}}

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

Article text

It can be convenient to let your template understand the demospace parameter and send it on to the {{namespace detect}} template. Then do like this:

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

If the demospace parameter is empty or undefined then the template will detect page types as usual.

Technical details

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 to handle 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 Předłoha:Tn 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 {{main talk other}} and its talk page.

Hlej tež

Easy to use namespace-detection templates:

Technical stuff:


Jeli maš prašenje k tutej předłoze, da so móžeš na stronje Wikipedija diskusija:Projekt za předłohi prašeć.
Z Wikipedije, swobodneje encyklopedije