![]() Release status: unmaintained |
|
---|---|
Description | Maintain multiple Watchlist (called WatchGroup) |
Author(s) | Bagariavivektalk |
MediaWiki | |
License | GNU General Public License 3.0 or later |
Download | GitHub: Note: |
Hooks used
|
|
Installation
- Download it and place the files under $IP/extensions.
- Add to the end of LocalSettings.php:
require_once("$IP/extensions/WatchGroup/WatchGroup.php");
- 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
- Create/Remove WatchGroups.
- Add/Remove pages to WatchGroups. For example www.mediawiki.org/w/index.php?action=watchgroup&groupname=MyGroup, will add the page to "My Group".
- Copy users Watchlist to a WatchGroup.
- API to access WatchGroups.
To be developed in few days
- Change the preference of each WatchGroup
- APIs to access pages in a particular group
Types of WatchGroups
Currently planned UI
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.