Extension:WikiEditor
WikiEditor Release status: stable |
|
---|---|
![]() |
|
Description | Provides an extendable wikitext editing interface and many feature-providing modules |
Author(s) | |
Latest version | Continuous updates |
MediaWiki | 1.31+ |
License | GNU General Public License 2.0 or later |
Download | README |
Example | Test Wikipedia |
Translate the WikiEditor extension if it is available at translatewiki.net | |
Check usage and version matrix. | |
Issues | Open tasks · Report a bug |
The WikiEditor extension provides an improved interface for editing wikitext. It is the wikitext editing interface that Wikipedia started using in 2010 for desktop users, and so it is sometimes called the "2010 wikitext editor". The extension used to provide "Labs" features for "publication" and "preview" steps, but these are removed from REL1_31 onwards.
Installation
- Download and place the file(s) in a directory called
WikiEditor
in yourextensions/
folder.
- Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'WikiEditor' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
No configuration is needed "out of the box". By default, when installed this extension will be available to all users, and logged-in users can disable it from their preferences via the "Enable the editing toolbar" option (under the "Editing" tab).
If you wish all users to have it, and be unable to disable it, add it to $wgHiddenPrefs
in your LocalSettings.php:
$wgHiddenPrefs[] = 'usebetatoolbar';
If you are using a version before REL1_31
and would want the toolbar to be default for users when they first join add this line to your LocalSettings.php:
$wgDefaultUserOptions['usebetatoolbar'] = 1;
In some situations, WikiEditor may not show in your browser after the installation. Clearing your browser cache will solve the problem.
- The button for adding user signatures (four tildes) is available on talk pages and in namespaces specified in $wgExtraSignatureNamespaces .
- Note for IIS setup: By default, IIS doesn't understand .svg files. WikiEditor uses them to represents the icons. To fix this, you have to add the MIME type.
If you want to change the toolbar, change the following file:
extensions/WikiEditor/modules/jquery.wikiEditor.toolbar.config.js
See also
- Extension:WikiEditor/Toolbar customization – technical details of customizing the toolbar.
- Extension:WikiEditor/Toolbar customization/Library – snippets of code for common additions to the toolbar.
- RefToolbar 2.0, on-wiki JavaScript that adds a Cite template tools to WikiEditor's UI.
- 2017 wikitext editor
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |
- Extensions bundled with MediaWiki 1.18
- GPL licensed extensions
- Stable extensions
- Extensions with invalid or missing type
- Extensions without a compatibility policy
- Extensions in Wikimedia version control
- EditPage::showEditForm:initial extensions
- GetPreferences extensions
- MakeGlobalVariablesScript extensions
- ResourceLoaderRegisterModules extensions
- All extensions
- Extensions used on Wikimedia
- Usability initiative extensions
- Edit extensions