Extension:UnusedRedirects

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
UnusedRedirects
Release status: stableCategory:Stable extensions
Implementation Special page Category:Special page extensions
Author(s)
Latest version 1.0
MediaWiki 1.43.1+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control
Quarterly downloads 2 (Ranked 85th)
Translate the UnusedRedirects extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

UnusedRedirects is a MediaWiki special page extension that automatically grabs the list of redirects that aren't used and outputs it on Special:UnusedRedirects.

Install

  • Download and move the extracted UnusedRedirects 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/UnusedRedirects
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'UnusedRedirects' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:Extensions by Brickimedia
Category:All extensions Category:Extensions by Brickimedia Category:Extensions in Wikimedia version control Category:Extensions included in Miraheze Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:Special page extensions Category:Stable extensions Category:WgQueryPages extensions