Extension:SpellingDictionary
(Redirected from User:Ankitashukla/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. |
![]() Release status: unmaintained |
|
---|---|
Author(s) | Ankita Shukla |
Latest version | 0.1.0 |
MediaWiki | >= 1.32.0 |
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.
InstallationEdit
- Download and place the file(s) in a directory called
SpellingDictionary
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
: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 parametersEdit
User rightsEdit
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.