Skip to content

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

Notifications You must be signed in to change notification settings

wikimedia/mediawiki-extensions-Wikistories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

Resources

License

Code of conduct

Stars

Watchers

Forks