WikiIndex:Redirect: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(Until category is determained..)
(Chained redirects do not function automatically.)
Line 5: Line 5:
  <nowiki>#redirect [[Destination Page]]</nowiki>
  <nowiki>#redirect [[Destination Page]]</nowiki>
''but the redirect statement must be the only contents of the page''
''but the redirect statement must be the only contents of the 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.


[[category:help]]
[[category:help]]

Revision as of 00:07, 4 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 must be the only contents of the 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.