Bon retour
sur WikiVPM ! Les modifications des pages seront à nouveau possibles dès la fin de la maintenance. Merci pour votre patience.
« Modèle:Namespace detect » : différence entre les versions
Aller à la navigation
Aller à la recherche
(oNvyycUFzPKlTvRLAf) |
m (Révocation des modifications de 195.3.157.250 (discussion) vers la dernière version de Dragalex) |
||
Ligne 1 : | Ligne 1 : | ||
{{#switch: | |||
{{lc: <!--Lower case the result--> | |||
<!--If no or empty "demospace" parameter then detect namespace--> | |||
{{#if:{{{demospace|}}} | |||
| {{{demospace}}} | |||
| {{#if:{{{page|}}} | |||
| <!--Detect the namespace in the "page" parameter--> | |||
{{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }} | |||
| 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 --> | |||
<!-- Respecting empty parameters on purpose --> | |||
| main <!--"demospace=main" or {{SUBJECTSPACE}}={{ns:0}}=""--> | |||
| = {{{main| {{{other|}}} }}} | |||
| talk = {{{talk| {{{other|}}} }}} | |||
| user = {{{user| {{{other|}}} }}} | |||
| wikipedia = {{{wikipedia| {{{other|}}} }}} | |||
| file | |||
| image = {{{file| {{{image| {{{other|}}} }}} }}} | |||
| mediawiki = {{{mediawiki| {{{other|}}} }}} | |||
| template = {{{template| {{{other|}}} }}} | |||
| help = {{{help| {{{other|}}} }}} | |||
| category = {{{category| {{{other|}}} }}} | |||
| portal = {{{portal| {{{other|}}} }}} | |||
| book = {{{book| {{{other|}}} }}} | |||
| other | |||
| #default = {{{other|}}} <!--"demospace=other" or a new namespace--> | |||
}}<!--End switch--><noinclude> | |||
{{documentation}} | |||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | |||
</noinclude> |
Version actuelle datée du 6 septembre 2012 à 18:53
Bienvenue sur la documentation de Modèle:Namespace detect.
|