Difference between revisions of "Help:Redirecting"

From Mario Fan Games Galaxy Wiki
 
Line 1: Line 1:
 
{{Help}}
 
{{Help}}
 
To cause a page to redirect to another, enter this code and nothing else into the article:
 
To cause a page to redirect to another, enter this code and nothing else into the article:
<pre>#REDIRECT {url}</pre>
+
#REDIRECT<span style='color: red;'>{url}</span>
Here, {url} is replaced with any standard, basic Wikipedia link, such as:
+
Here, <span style='color: red;'>{url}</span> is replaced with any standard Wikipedia link, such as:
  
<pre>[http://www.mfgg.net]
+
<nowiki>#REDIRECT[http://www.mfgg.net]</nowiki>
[[ShadowMan]]</pre>
 
  
This is a useful thing to know. When you register your name will be in the form "User:Name", so you'll have to make a redirect page to "Name" if you want to link the two.
+
<nowiki>#REDIRECT[[ShadowMan]]</nowiki>
  
e.g.
+
This is used primarily for allowing for common spelling errors or aliases. For instance, [[Delmore]] has also been known as [[Admiral Delmore]] and [[Yoshiguy]], and they will all lead to the same article.
  
[[User:123James]]
+
This is also useful for adding a redirect to a page in the User: namespace. For instance, if you click on the link leading to [[User:123James]], you will be redirected to [[123James]], as there is no point to giving the same member 2 pages.
 
 
Notice how the above link redirects to [[123James]]. If you then click the "redirected from User:123James", you can see how redirects work.
 

Latest revision as of 03:39, 21 August 2009

Wiki Basics
Wiki Editing
Wiki Formatting
Wiki Experience

To cause a page to redirect to another, enter this code and nothing else into the article:

#REDIRECT{url}

Here, {url} is replaced with any standard Wikipedia link, such as:

#REDIRECT[http://www.mfgg.net]
#REDIRECT[[ShadowMan]]

This is used primarily for allowing for common spelling errors or aliases. For instance, Delmore has also been known as Admiral Delmore and Yoshiguy, and they will all lead to the same article.

This is also useful for adding a redirect to a page in the User: namespace. For instance, if you click on the link leading to User:123James, you will be redirected to 123James, as there is no point to giving the same member 2 pages.