Last modified: 2014-04-14 02:17:02 UTC
Currently one has to do the following to create a redirect (optional steps are surrounded by "(" ")" ) 1. Enter the article name e.g. [[asdfasdf]] 2. Click "Edit this page" 3. Type #REDIRECT [[Correct name]] (3a). Type #REDIRECT [[Correct name]] into the Edit summary box so that people know that it's a redirect (3b). Check the [ ] This is a minor edit box (3c). Preview 4. Save I suggest that an interface be implemented that shortens this to: 1. Enter the article name e.g. [[asdfasdf]] 2. Type "Correct name" into the "Create a redirect:" input box (2a). Uncheck the [ ] This is a minor edit box (it would be checked by default) (2b). Preview 3. Save See the URL: field for an example i've made that shows how this would ideally look like.
I remember a time where the search box's (Go) button directly took you to the edit page of the non existing page. This seems no longer to be the case. This would reduce the effort to 1) Type asdfasdf into search box and click go. 2) Type #REDIRECT [[Correct name]] 3) save.
That would make searching really, really hard since non-exact title matches would go to an edit page instead of returning search results. Doesn't sound like a good idea.
Definately the second comment is a bad idea, but the first could be okay, with some note for beginners (maybe best to limit it to logged-in users too).
Would also be helpful if a drop-down menu of {{R from}} templates were available.
Nice idea, Can be implemented quite easily with js.
Currently in VisualEditor: "You can make a page a redirect to another page by checking the "Redirect this page to" checkbox, and then selecting in the box below the page to which you want this page to point. At the bottom is the option to prevent page renames updating this redirect, which is very rarely used." https://www.mediawiki.org/wiki/Help:VisualEditor/User_guide#Editing_page_settings As matanya says, a gadget could also do this work. As a feature request for MediaWiki Core, this looks like a WONTFIX.