![]() 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 | Download extension Git [?]: |
Help | Help:Extension:RedirectManager |
Hooks used
|
|
Quarterly downloads | 2 (Ranked 168th) |
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
- 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' );
file: Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
See also
- Extension:CreateRedirect — adds a special page with which to create new redirects.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.