Extension:Watchers
From MediaWiki.org
|
Watchers Release status: stable |
|||
|---|---|---|---|
| Implementation | Special page | ||
| Description | An extension to show who is watching a page | ||
| Author(s) | Magnus Manske | ||
| Last version | 0.3 | ||
| License | No license specified | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
|
|||
|
|||
|
Check usage (experimental) |
|||
The Watchers extension add a new special page to show who is watching a page. Users having the watchers-list right will see all users watching the page. Users not having this right will only have the count of users watching the page or if $wgWatchersLimit is set, only if the page has more or less than $wgWatchersLimit watching users.
[edit] Installation
- Download the latest snapshot and extract it to your extensions directory.
- Add
to LocalSettings.phprequire_once( "$IP/extensions/Watchers/Watchers.php" );
- The extension should be now active.
