WikiIndex:Redirect: Difference between revisions
(DoubleRedirects -- pitch in and help us) |
Sean Fennel (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
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 the list at [[Special:DoubleRedirects]] -- pitch in and help us get these cleaned up). | 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 the list at [[Special:DoubleRedirects]] -- pitch in and help us get these cleaned up). | ||
:I can do that automatically with a bot script, so we never need to worry about it. — <span style="font-family: Kristen ITC, Arial;">[[User:Sean Fennel]][[User talk:Sean Fennel|@]]</span> 16:00, 6 February 2007 (PST) | |||
[[category:help]] | [[category:help]] |
Revision as of 00:00, 7 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 the list at Special:DoubleRedirects -- pitch in and help us get these cleaned up).
- I can do that automatically with a bot script, so we never need to worry about it. — User:Sean Fennel@ 16:00, 6 February 2007 (PST)