-
Notifications
You must be signed in to change notification settings - Fork 0
Github mirror of "mediawiki/extensions/Wikistories" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)
License
wikimedia/mediawiki-extensions-Wikistories
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Undeploy the Wikistories Extension === Follow the step to prevent error on Story namespace page 1. Remove `wfLoadExtension( 'Wikistories' );` 2. Add the following code to LocalSettings.php ``` $wgExtraNamespaces = [ 1704 => "Story", 1705 => "Story_Talk" ]; $wgContentHandlers[ 'story' ] = JsonContentHandler::class; ```
About
Github mirror of "mediawiki/extensions/Wikistories" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)