Changes

m
no edit summary
Line 1: Line 1:  
{{Documentation subpage}}
 
{{Documentation subpage}}
{{High-risk| approximately 140000 }}
   
{{Lua|Module:Namespace detect}}
 
{{Lua|Module:Namespace detect}}
 
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata-->
 
<!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata-->
Line 6: Line 5:  
This is the {{tl|Namespace 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 namespaces used on Wikipedia into several types:
+
It detects and groups all the different namespaces used on the TTSCpedia into several types:
   −
; main : Main (i.e. article) space, where normal Wikipedia articles are kept.
+
; main : Main (i.e. article) space, where normal articles are kept.
 
; talk : Any talk space, including page names that start with "Talk:", "User talk:", "File talk:", etc.
 
; talk : Any talk space, including page names that start with "Talk:", "User talk:", "File talk:", etc.
 
'''{{hlist|user|the ttscpedia|file|mediawiki|template|help|category|portal|book}}'''
 
'''{{hlist|user|the ttscpedia|file|mediawiki|template|help|category|portal|book}}'''
Line 158: Line 157:  
[[Category:Namespace manipulation templates]]
 
[[Category:Namespace manipulation templates]]
 
}}</includeonly>
 
}}</includeonly>
 +
<templatedata>
 +
{
 +
"params": {
 +
"main": {
 +
"label": "Main namespace",
 +
"description": "Where normal articles are kept",
 +
"suggested": true
 +
},
 +
"talk": {
 +
"label": "Talk",
 +
"description": "Any talk space, including page names that start with \"Talk:\", \"User talk:\", \"File talk:\", etc."
 +
},
 +
"user": {
 +
"label": "User"
 +
},
 +
"the ttscpedia": {
 +
"label": "The TTSCpedia"
 +
},
 +
"file": {
 +
"label": "File"
 +
},
 +
"mediawiki": {
 +
"label": "MediaWiki"
 +
},
 +
"template": {
 +
"label": "Template"
 +
},
 +
"help": {
 +
"label": "Help"
 +
},
 +
"category": {
 +
"label": "Category"
 +
},
 +
"portal": {
 +
"label": "Portal"
 +
},
 +
"other": {
 +
"label": "Other",
 +
"description": "For any namespaces which aren't on the list"
 +
}
 +
}
 +
}
 +
</templatedata>