WikiIndex:Redirect: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
No edit summary
(case etc.)
Line 1: Line 1:
Redirect one page to another:
If you want to redirect one page to another, you have to write:


<pre>#REDIRECT [[Foo]]</pre>
<nowiki>#REDIRECT [[Destination Page]]</nowiki>
the redirect keyword is case-insensitive, you can also write
<nowiki>#redirect [[Destination Page]]</nowiki>
''but the redirect statement must be the only contents of the page''


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

Revision as of 21:43, 27 October 2006

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