Extension:RedirectManager

Category:GPL licensed extensions
MediaWiki extensions manual
RedirectManager
Release status: stableCategory:Stable extensions
Implementation User interfaceCategory:User interface extensions, AjaxCategory:Ajax extensions
Description View and add redirects to the current page via a WikiEditor dialog.
Author(s) Sam Wilson (samwilsontalk)
Latest version 1.1.2 (2025-04-06)
Compatibility policy Master maintains backward compatibility.Category:Extensions with master compatibility policy
MediaWiki >= 1.43.0
Composer samwilson/redirectmanagerCategory:Extensions supporting Composer
License GNU General Public License 3.0 or later
Download Category:Extensions in Wikimedia version control
Help Help:Extension:RedirectManager
Quarterly downloads 2 (Ranked 114th)
Translate the RedirectManager extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions

The RedirectManager extension adds a dialog window to the WikiEditor toolbar, in which to view a list of all redirects to the page being edited as well as add new redirects. It makes it easier to add redirects and avoids having to go to the redirect page and edit it.

Installation

  • Download and move the extracted RedirectManager 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/RedirectManager
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'RedirectManager' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

See also

Category:Redirect extensions
Category:Ajax extensions Category:All extensions Category:ChangeTagsAllowedAdd extensions Category:ChangeTagsListActive extensions Category:EditPage::showEditForm:initial extensions Category:Extensions in Wikimedia version control Category:Extensions supporting Composer Category:Extensions with master compatibility policy Category:GPL licensed extensions Category:ListDefinedTags extensions Category:Redirect extensions Category:Stable extensions Category:User interface extensions