Extension:CreateRedirect
CreateRedirect Release status: beta |
|
---|---|
![]() |
|
Implementation | Special page |
Description | Adds a special page that eases creation of redirects via a simple form. |
Author(s) | Marco Zafra, Edward Chernenko |
Latest version | 1.4.0 |
MediaWiki | 1.23+ |
Database changes | No |
License | GNU General Public License 2.0 or later |
Download | |
Translate the CreateRedirect extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
CreateRedirect is a special page extension that eases creation of redirects. It displays a form that only asks for the origin page and the destination page, and then saves the page. It also adds a menu item to the side "toolbox" menu as a shortcut, and is able to pass through the current article's title through that shortcut to fill in the destination field automatically. It's convenient and great for batch edits!
InstallationEdit
- Download and place the file(s) in a directory called
CreateRedirect
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'CreateRedirect' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
- The special page itself is accessible through Special:CreateRedirect.
LicensingEdit
CreateRedirect is released under the GNU Lesser General Public License version 3.