Extension:WatchSubpages

From mediawiki.org
MediaWiki extensions manual
WatchSubpages
Release status: stable
Implementation Special page , MyWiki
Description Allows to quickly add all subpages of a page to the users' watchlist
Author(s) Prodtalk
Latest version 2.4.1 (2020-12-13)
MediaWiki 1.32+
Database changes No
License GNU General Public License 2.0 or later
Download
Example StrategyWiki
watchsubpages
Quarterly downloads 1 (Ranked 163rd)
Translate the WatchSubpages extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

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

Installation[edit]

  • Download and place the file(s) in a directory called WatchSubpages in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'WatchSubpages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also[edit]