Jump to content

Extension:WatchSubpages: Difference between revisions

From mediawiki.org
Content deleted Content added
improve docs a bit
m This extension appears to be in SVN, not Git.
Line 14: Line 14:
|mediawiki = 1.11+
|mediawiki = 1.11+
|license =
|license =
|download = {{WikimediaDownload}}
|download = {{WikimediaDownload}}
|parameters =
|parameters =
|rights = watchsubpages
|rights = watchsubpages

Revision as of 23:04, 13 August 2012

MediaWiki extensions manual
WatchSubpages
Release status: stable
Implementation Special page
Description Quickly add all subpages of a guide to the users' watchlist
Author(s) Prod
Latest version 2.5.0
MediaWiki 1.11+
License GNU General Public License 2.0 or later
Download Template:WikimediaDownload/svn
Example StrategyWiki
watchsubpages
Quarterly downloads 1 (Ranked 133rd)
Translate the WatchSubpages extension if it is available at translatewiki.net

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

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