Extension:RedirectManager
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.40.0 |
Composer | samwilson/redirectmanager |
License | GNU General Public License 3.0 or later |
Download | |
Help | Help:Extension:RedirectManager |
Quarterly downloads | 7 (Ranked 124th) |
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 move the extracted
RedirectManager
folder to yourextensions/
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' );
- 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.