Extension:WatchSubpages/de-formal

This page is a translated version of the page Extension:WatchSubpages and the translation is 25% complete.
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) ProdDiskussion
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 2 (Ranked 147th)
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

  • Die Erweiterung herunterladen und die Datei(en) in ein Verzeichnis namens WatchSubpages im Ordner extensions/ ablegen.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/WatchSubpages
  • Folgenden Code am Ende Ihrer LocalSettings.php -Datei hinzufügen:
    wfLoadExtension( 'WatchSubpages' );
    
  •   Done – Zu Special:Version in dem Wiki (bei Einstellung auf deutsch nach Spezial:Version) navigieren, um die erfolgreiche Installierung der Erweiterung zu überprüfen.

See also