Extension:WatchSubpages

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
WatchSubpages

Release status: stable

Implementation Special page
Description Quickly add all subpages of a guide to the users' watchlist
Author(s) Prod
MediaWiki 1.11+
License No license specified
Download
Example StrategyWiki
Added rights

watchsubpages

Check usage (experimental)

WatchSubpages extension allows a user to add all subpages of a page quickly to their watchlist.

[edit] Installation

  1. Download the files from SVN
  2. Upload them to your wiki's extensions directory
  3. Add
    require_once("$IP/extensions/WatchSubpages/WatchSubpages.php");
    to your wiki's LocalSettings.php
    1. You will also need to give some group the watchsubpages user right. If you want to allow all registered users to access Special:WatchSubpages, then add the following to your wiki's LocalSettings.php:
      $wgGroupPermissions['user']['watchsubpages'] = true;
  4. Installation can now be verified through Special:Version
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox