Jump to content

Manual talk:$wgNamespaceContentModels

Add topic
From mediawiki.org
Latest comment: 11 years ago by Grzechooo in topic Note


Note

[edit]

Worth noting is a fact that setting this for a namespace won't retroactively change the content model for pages already existing in that namespace - that is, you'll have to run a query more or less like this: UPDATE `page` SET `page_content_model` = "css" WHERE `page_namespace` = XXX Grzechooo (talk) 14:31, 27 April 2014 (UTC)Reply