Manual:$wgNamespaceContentModels
From MediaWiki.org
Namespaces: $wgNamespaceContentModels | |
---|---|
Content types defined for a given namespace |
|
Introduced in version: | 1.21.0 |
Removed in version: | still in use |
Allowed values: | |
Default value: | array() |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Associative array mapping namespace IDs to the name of the content model pages in that namespace should have by default (use the CONTENT_MODEL_XXX
constants). If no special content type is defined for a given namespace, pages in that namespace will use the CONTENT_MODEL_WIKITEXT
(except for the special case of JavaScript and CSS pages).
Example[edit | edit source]
- TODO