Extension:OrphanedTalkPages

Category:MIT licensed extensions
MediaWiki extensions manual
OrphanedTalkPages
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Description Provides a special page with a list of talk pages that do not have an accompanying page
Author(s) Mainframe98talk
Latest version 1.4.0 (2020-10-01)
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.Category:Extensions with release branches compatibility policy
MediaWiki 1.35.0+Category:Extensions with manual MediaWiki version
Database changes No
License MIT License
Download Category:Extensions in Wikimedia version control
README
  • $wgOrphanedTalkPagesExemptedNamespaces
  • $wgOrphanedTalkPagesIgnoreUserTalk
Quarterly downloads 0
Translate the OrphanedTalkPages extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The OrphanedTalkPages extension adds a new Special page to MediaWiki: Special:OrphanedTalkPages. This special page lists all talk pages that do not have an accompanying page.

Installation

  • Download and move the extracted OrphanedTalkPages folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/OrphanedTalkPages
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'OrphanedTalkPages' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Configuration parameters

$wgOrphanedTalkPagesExemptedNamespaces
Controls which talk namespaces should be ignored when looking for orphaned talk pages. This variable is an array of namespace ids and is empty by default.
$wgOrphanedTalkPagesIgnoreUserTalk
Determines if the user talk namespace (3, or NS_USER_TALK) should be ignored when looking for orphaned talk pages. This variable is a boolean and set to true by default.

Other important notes

Category:All extensions Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions included in WikiForge Category:Extensions with manual MediaWiki version Category:Extensions with release branches compatibility policy Category:MIT licensed extensions Category:Special page extensions Category:Stable extensions Category:WgQueryPages extensions