Manual talk:$wgNamespaceContentModels
Add topicAppearance
Latest comment: 11 years ago by Grzechooo in topic Note
| This page used the Structured Discussions extension to give structured discussions. It has since been converted to wikitext, so the content and history here are only an approximation of what was actually displayed at the time these comments were made. |
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)