Go to file
Translation updater bot c5554b1a2e Localisation updates from https://translatewiki.net.
Change-Id: I4d7335905bdb4f156f511499eec651d78948ebd3
2024-04-15 09:29:08 +02:00
.phan Use "optional_services" to inject service MobileContext 2024-04-05 08:52:21 +00:00
i18n Localisation updates from https://translatewiki.net. 2024-04-15 09:29:08 +02:00
includes Use "optional_services" to inject service MobileContext 2024-04-05 08:52:21 +00:00
modules Set toolbar z-index to 7, to be above other UI elements 2024-03-14 09:43:16 +08:00
tests/qunit
.eslintrc.json
.gitignore
.gitreview
.phpcs.xml
.stylelintrc.json
CODE_OF_CONDUCT.md
composer.json build: Updating mediawiki/mediawiki-codesniffer to 43.0.0 2024-03-18 03:05:20 +00:00
COPYING
extension.json Use "optional_services" to inject service MobileContext 2024-04-05 08:52:21 +00:00
Gruntfile.js
jsdoc.json
package-lock.json build: Updating jsdoc-wmf-theme to 0.0.12 2024-02-16 13:19:23 +00:00
package.json build: Updating jsdoc-wmf-theme to 0.0.12 2024-02-16 13:19:23 +00:00
README

WikiEditor provides enhancements to the MediaWiki edit page

For installation, once the code is copied into your extensions directory, you can load it for your
wiki by adding to LocalSettings.php the line:

	wfLoadExtension( 'WikiEditor' );

By default, when installed this extension will be available to all users, and logged-in users can
disable it from their preferences. If you wish all users to have it, and be unable to disable it,
add it to $wgHiddenPrefs in your LocalSettings.php:

	$wgHiddenPrefs[] = 'usebetatoolbar';

More can be found on the extension's page: https://www.mediawiki.org/wiki/Extension:WikiEditor