Extension:EditSimilar

From MediaWiki.org
Jump to: navigation, search
Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
EditSimilar

Release status: stable

Implementation Notify
Description Encourages users to edit articles similar (by categories) to the one they just edited.
Author(s) Bartek Łapiński and Łukasz 'TOR' Garczewski
Last Version 1.20 (2009-07-02)
MediaWiki 1.16+
License GNU General Public License 2.0 or later
Download Download snapshot
Subversion [Help]

Browse source code

Changelog

check usage (experimental)

EditSimilar is an extension that suggests similar articles that need attention upon save. It was originally written by Bartek Łapiński and Łukasz Garczewski for Wikia.

It finds and suggests another article that may need attention or improvement when a user saves an edit. It is designed to help users decide what to do next, and boost the number of edits on a wiki.

The suggestions are only displayed when saving in the main (article) namespace, and will not show up on talk pages, project pages and other namespaces.

By default, the message is set to appear after every five qualifying article edits. The frequency of messages can be adjusted by a global variable (see the Configuration section below).

Contents

[edit] Installation

  1. Download the latest snapshot and extract it to your extensions directory.
  2. Add
    require_once("$IP/extensions/EditSimilar/EditSimilar.php");
    to LocalSettings.php
  3. Installation can now be verified through Special:Version
  4. You also have to perform some basic setup. Edit the MediaWiki:EditSimilar-Categories article and populate it with category names you designate as "stubs". For example:
* Stub Category 1
* Stub Category 2
* Stub Category 3 

Those will be needed to determine relevant or suggested articles.

[edit] Configuration

Apart from editing MediaWiki:EditSimilar-Categories page, you can set additional parameters:

[edit] Licensing and downloads

The extension is available under the GNU General Public License 2.0 or later, and can be downloaded from Subversion, or accessed via the web-based viewer.

The software is provided as-is. Updates will be made according to the needs of Wikimedia wikis; or where critical vulnerabilities are discovered.

[edit] See also

Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Toolbox