Extension:UnusedRedirects

MediaWiki extensions manual
UnusedRedirects
Release status: stable
Implementation Special page
Author(s)
Latest version 1.0
MediaWiki 1.39.7+
License GNU General Public License 2.0 or later
Download
Quarterly downloads 2 (Ranked 145th)
Translate the UnusedRedirects extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

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 edit

  • 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' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.