MediaWiki extensions manual
Spelling Dictionary
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
Parameters
  • $wgwgSpellingDictionaryDatabase
Hooks used
  • BeforePageDisplay
  • LoadExtensionSchemaUpdates
  • MagicWordwgVariableIDs
  • ParserFirstCallInit
  • ParserGetVariableValueSwitch
  • ResourceLoaderGetConfigVars
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

  • Download and place the file(s) in a directory called SpellingDictionary in your extensions/ folder.
  • 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.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters

User rights

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

This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.