MediaWiki REL1_32
README
Go to the documentation of this file.
1WikiEditor provides enhancements to the MediaWiki edit page
2
3# This extension requires MediaWiki 1.28 or higher.
4
5For installation, once the code is copied into your extensions directory, you can load it for your
6wiki by adding to LocalSettings.php the line:
7
8 wfLoadExtensions( "WikiEditor" );
9
10By default, when installed this extension will be available to all users, and logged-in users can
11disable it from their preferences. If you wish all users to have it, and be unable to disable it,
12add it to $wgHiddenPrefs in your LocalSettings.php:
13
14 $wgHiddenPrefs[] = 'usebetatoolbar';
15
16More can be found on the extension's page: https://www.mediawiki.org/wiki/Extension:WikiEditor