WikiIndex:Redirect: Difference between revisions
Jump to navigation
Jump to search
(stuff after REDIRECT ok, but not before) |
((see also Special:DoubleRedirects)) |
||
Line 8: | Line 8: | ||
Chained redirects do not function automatically. The first redirect will execute, but the process stops after one step. The next page, containing another redirect, is shown as a link. The user must click on the link to follow the chain. So, each redirect should be constructed to point directly to the proper ultimate page. | Chained redirects do not function automatically. The first redirect will execute, but the process stops after one step. The next page, containing another redirect, is shown as a link. The user must click on the link to follow the chain. So, each redirect should be constructed to point directly to the proper ultimate page (see also [[Special:DoubleRedirects]]). | ||
[[category:help]] | [[category:help]] |
Revision as of 20:39, 5 February 2007
If you want to redirect one page to another, you have to write:
#REDIRECT [[Destination Page]]
the redirect keyword is case-insensitive, you can also write
#redirect [[Destination Page]]
but the redirect statement should be the absolute first thing on the page! It may work to have some ancillary material, such as comments or categories, afterwards, but there should be nothing before -- not even blank lines or spaces.
Chained redirects do not function automatically. The first redirect will execute, but the process stops after one step. The next page, containing another redirect, is shown as a link. The user must click on the link to follow the chain. So, each redirect should be constructed to point directly to the proper ultimate page (see also Special:DoubleRedirects).