Difference between revisions of "Template:Namespace detect"
From Self-sufficiency
(Changed to also understand "file=File page text" and "demospace=file". To handle the announced change from "Image" to "File" naming of that namespace.) |
(Adding the "page" parameter, so this template can work together with {{basepage subpage}} and {{if pagename}} etc. And using more efficient main (article) space detection.) |
||
Line 4: | Line 4: | ||
{{#if:{{{demospace|}}} | {{#if:{{{demospace|}}} | ||
| {{{demospace}}} | | {{{demospace}}} | ||
− | | {{# | + | | {{#if:{{{page|}}} |
− | | | + | | <!--Detect the namespace in the "page" parameter--> |
− | + | {{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }} | |
| talk | | talk | ||
− | | {{ | + | | {{SUBJECTSPACE:{{{page}}} }} |
}} | }} | ||
− | }} | + | | <!--No "demospace" or "page" parameters, so detect actual namespace--> |
+ | {{#ifeq:{{NAMESPACE}}|{{TALKSPACE}} | ||
+ | | talk | ||
+ | | {{SUBJECTSPACE}} | ||
+ | }} | ||
+ | }} | ||
}} | }} | ||
}} | }} | ||
<!-- Only one of the lines below will be executed --> | <!-- Only one of the lines below will be executed --> | ||
<!-- Respecting empty parameters on purpose --> | <!-- Respecting empty parameters on purpose --> | ||
− | | main | + | | main <!--"demospace=main" or {{SUBJECTSPACE}}={{ns:0}}=""--> |
+ | | = {{{main| {{{other|}}} }}} | ||
| talk = {{{talk| {{{other|}}} }}} | | talk = {{{talk| {{{other|}}} }}} | ||
| user = {{{user| {{{other|}}} }}} | | user = {{{user| {{{other|}}} }}} | ||
Line 31: | Line 37: | ||
}}<!--End switch--><noinclude> | }}<!--End switch--><noinclude> | ||
− | {{pp-template | + | {{pp-template}} |
{{documentation}} | {{documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> |
Revision as of 04:03, 13 November 2009
[edit]
Documentation