Extension:SpellingDictionary
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{Extension }} infobox. |
Spelling Dictionary Release status: unmaintained |
|
---|---|
Author(s) | Ankita Shukla |
Latest version | 0.1.0 |
MediaWiki | >= 1.35.3 |
License | GNU General Public License 2.0 or later |
Download | |
|
|
|
|
Quarterly downloads | 0 |
Translate the SpellingDictionary extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The SpellingDictionary extension is a collaborative dictionary that can be used for checking spellings of the words of different languages.
Installation
[edit]- Download and move the extracted
SpellingDictionary
folder to yourextensions/
directory.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SpellingDictionary - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SpellingDictionary' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration parameters
[edit]User rights
[edit]This extension adds a new user right, spelladmin (which allows editing/deleting user-posted spellings).
By default, everyone, even anonymous users, can add spellings.
Only users in the spelladmin group can delete spellings.
See also
[edit]- Unmaintained extensions
- Extensions with invalid or missing type
- GPL licensed extensions
- Extensions in Wikimedia version control
- BeforePageDisplay extensions
- LoadExtensionSchemaUpdates extensions
- MagicWordwgVariableIDs extensions
- ParserFirstCallInit extensions
- ParserGetVariableValueSwitch extensions
- ResourceLoaderGetConfigVars extensions
- All extensions
- Spell extensions