Extension:RedirectManager
![]() Release status: stable |
|
---|---|
![]() |
|
Implementation | User interface, Ajax |
Description | View and add redirects to the current page via a WikiEditor dialog. |
Author(s) | Sam Wilson (samwilsontalk) |
Latest version | 1.1.2 (2022-10-07) |
Compatibility policy | Master maintains backward compatibility. |
MediaWiki | >= 1.36.0 |
Composer | samwilson/redirectmanager |
License | GNU General Public License 3.0 or later |
Download | |
Help | Help:Extension:RedirectManager |
Quarterly downloads | 4 (Ranked 170th) |
Translate the RedirectManager extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
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[edit]
- Download and place the file(s) in a directory called
RedirectManager
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'RedirectManager' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also[edit]
- Extension:CreateRedirect — adds a special page with which to create new redirects.