Help:Editing: Difference between revisions

Line 23: Line 23:
A smart redirect should not point to another smart redirect - if you see this you should fix it by shortcutting past the second one and making the first redirect point directly to the ultimate target.
A smart redirect should not point to another smart redirect - if you see this you should fix it by shortcutting past the second one and making the first redirect point directly to the ultimate target.


However, hard redirects can be chained with no problem, which is why they're still appropriate to use for misspellings. The code for a hard redirect in MediaWiki is <code>#REDIRECT [[:en:Page title]]</code>.
However, hard redirects can be chained with no problem, which is why they're still appropriate to use for misspellings. The code for a hard redirect in MediaWiki is <code><nowiki>#REDIRECT [[:en:Page title]]</nowiki></code>.


A regular redirect is performed by <code>#REDIRECT [[]]</code>.
A regular redirect is performed by <code>#REDIRECT [[]]</code>.