Extension:WatchGroup

MediaWiki extensions manual
WatchGroup
Release status: unmaintained
Description Maintain multiple Watchlist (called WatchGroup)
Author(s) Bagariavivektalk
MediaWiki
License GNU General Public License 3.0 or later
Download

Installation edit

  1. Download it and place the files under $IP/extensions.
  2. Add to the end of LocalSettings.php:
    require_once("$IP/extensions/WatchGroup/WatchGroup.php");
    
  3. Installation can now be verified through Special:Version on your wiki

This Extension allows user to maintain multiple watchlist. This is on development stage.

Current Functions edit

  1. Create/Remove WatchGroups.
  2. Add/Remove pages to WatchGroups. For example www.mediawiki.org/w/index.php?action=watchgroup&groupname=MyGroup, will add the page to "My Group".
  3. Copy users Watchlist to a WatchGroup.
  4. API to access WatchGroups.

To be developed in few days edit

  1. Change the preference of each WatchGroup
  2. APIs to access pages in a particular group

Types of WatchGroups edit

 

Currently planned UI edit