Difference between revisions of "Help:Redirect"

From The TTSCpedia
Jump to navigationJump to search
FairPlay137
FairPlay137 (talk | contribs) (Created page with "{{for|guidance on the use of redirects|The TTSCpedia:Redirect}} A '''redirect''' is a page created so that navigation to a given title takes the reader directly to a different...")
 
m
Line 1: Line 1:
 
{{for|guidance on the use of redirects|The TTSCpedia:Redirect}} A '''redirect''' is a page created so that navigation to a given title takes the reader directly to a different page. A redirect is created using the syntax:<pre>
 
{{for|guidance on the use of redirects|The TTSCpedia:Redirect}} A '''redirect''' is a page created so that navigation to a given title takes the reader directly to a different page. A redirect is created using the syntax:<pre>
 
#REDIRECT [[Target]]
 
#REDIRECT [[Target]]
</pre>...where "target" is the name of the target page. It is also possible to add a [[WP:section|section]] header to make a redirect to a specific section of the target page in the following manner:<pre>
+
</pre>...where "target" is the name of the target page. It is also possible to add a [[TP:section|section]] header to make a redirect to a specific section of the target page in the following manner:<pre>
 
#REDIRECT [[Target#Section header]]
 
#REDIRECT [[Target#Section header]]
</pre>The pound/number/hash sign (#) is also used to link to [[WP:anchor|page anchors]].
+
</pre>The pound/number/hash sign (#) is also used to link to [[TP:anchor|page anchors]].
  
 
== Syntax ==
 
== Syntax ==
Line 23: Line 23:
  
 
== How it appears to the user ==
 
== How it appears to the user ==
If the redirect target is an existing page on English Wikipedia and a reader navigates to the redirect page – by [[Help:Link|wikilink]], the search box, or a [[Help:URL|URL]] – the reader is taken directly to the target page. A small notice below the top title indicates that the user arrived via a redirect. For example, if you click [[Transportation]], you are redirected to the [[Transport]] article, and the top of the page looks like:<blockquote style="background-color: white; color: black; border:1px solid black; padding: 1em;">{{fake heading|Transport}} <small>From Wikipedia, the free encyclopedia</small><div>(Redirected from <span class="plainlinks">[{{fullurl:Transportation|redirect=no}} Transportation]</span>)</div></blockquote>To go to the redirect page itself (to edit it, view its history, etc.), click the link in the "(Redirected from...)" notice.
+
If the redirect target is an existing page on English Wikipedia and a reader navigates to the redirect page – by wikilink, the search box, or a URL – the reader is taken directly to the target page. A small notice below the top title indicates that the user arrived via a redirect. For example, if you click [[Transportation]], you are redirected to the [[Transport]] article, and the top of the page looks like:<blockquote style="background-color: white; color: black; border:1px solid black; padding: 1em;">{{fake heading|Transport}} <div>(Redirected from <span class="plainlinks">[{{fullurl:Transportation|redirect=no}} Transportation]</span>)</div></blockquote>To go to the redirect page itself (to edit it, view its history, etc.), click the link in the "(Redirected from...)" notice.
  
 
If the redirect target is a non-existing page ([[WP:redlink|redlink]]), or a [[Help:Special page|special page]], or a page in another project, then the redirect is not followed, and the reader sees the display of the redirect page (as illustrated below). If the target is a non-existent section of an existing page, then the redirect will take the reader to the top of the target page.
 
If the redirect target is a non-existing page ([[WP:redlink|redlink]]), or a [[Help:Special page|special page]], or a page in another project, then the redirect is not followed, and the reader sees the display of the redirect page (as illustrated below). If the target is a non-existent section of an existing page, then the redirect will take the reader to the top of the target page.
Line 29: Line 29:
 
Chains of redirects are not followed. If title ''A'' redirects to ''B'', and ''B'' is itself a redirect page, then a reader navigating to ''A'' will see the display of the redirect page ''B'' (as illustrated). ([[Help:Bot|Bots]] fix such chains so that each redirect points directly to the final target page.)
 
Chains of redirects are not followed. If title ''A'' redirects to ''B'', and ''B'' is itself a redirect page, then a reader navigating to ''A'' will see the display of the redirect page ''B'' (as illustrated). ([[Help:Bot|Bots]] fix such chains so that each redirect points directly to the final target page.)
  
A redirect page viewed directly, either in the situations described above, or when the URL used to access the page contains the query parameter <code>redirect=no</code>, looks like this:<blockquote style="background-color: white; color: black; border:1px solid black; padding: 1em;">{{fake heading|Transportation}} <small>From Wikipedia, the free encyclopedia</small><div>Redirect page</div>[[File:Redirectltr.png|link=Special:FilePath/Redirectltr.png]] <span class="redirectText">[[Transport]]</span></blockquote>(See the actual {{no redirect|Transportation}} redirect page.)
+
A redirect page viewed directly, either in the situations described above, or when the URL used to access the page contains the query parameter <code>redirect=no</code>, looks like this:<blockquote style="background-color: white; color: black; border:1px solid black; padding: 1em;">{{fake heading|Transportation}} <div>Redirect page</div>[[File:Redirectltr.png|link=Special:FilePath/Redirectltr.png]] <span class="redirectText">[[Transport]]</span></blockquote>(See the actual {{no redirect|Transportation}} redirect page.)
  
 
Redirects to articles that begin with a lowercase title, for example the redirect from the page at [//en.wikipedia.org/w/index.php?title=EBay.com&redirect=no Ebay.com] to the article at [[w:eBay|eBay]], will display the target page with a capitalized first letter, even though the article displays the title with a lowercase title. This is because the true title of the target page is actually capitalized — it just appears lowercase because of the use of the magic word DISPLAYTITLE<nowiki>. (Usually, the template {{</nowiki>[[Template:Lowercase title|Lowercase title]]<nowiki>}} is used to implement the DISPLAYTITLE magic word for lowercase titles.)</nowiki>
 
Redirects to articles that begin with a lowercase title, for example the redirect from the page at [//en.wikipedia.org/w/index.php?title=EBay.com&redirect=no Ebay.com] to the article at [[w:eBay|eBay]], will display the target page with a capitalized first letter, even though the article displays the title with a lowercase title. This is because the true title of the target page is actually capitalized — it just appears lowercase because of the use of the magic word DISPLAYTITLE<nowiki>. (Usually, the template {{</nowiki>[[Template:Lowercase title|Lowercase title]]<nowiki>}} is used to implement the DISPLAYTITLE magic word for lowercase titles.)</nowiki>

Revision as of 04:21, 30 May 2019

A redirect is a page created so that navigation to a given title takes the reader directly to a different page. A redirect is created using the syntax:

#REDIRECT [[Target]]

...where "target" is the name of the target page. It is also possible to add a section header to make a redirect to a specific section of the target page in the following manner:

  1. REDIRECT [[Target#Section header]]

The pound/number/hash sign (#) is also used to link to page anchors.

Syntax

A page is treated as a redirect page if its wikitext begins with #REDIRECT followed by a valid wikilink or interwikilink. A space is usually left before the link. (Note that some alternative capitalizations of "REDIRECT" are possible.)

Note that a redirect works as intended (takes the reader directly to the target page) only if the link is to an existing normal page (not a special page) on the same project (English TTSCpedia). In other cases soft redirects are often used – see below.

Examples:

  • #REDIRECT [[France]] (redirects to the France article)
  • #REDIRECT [[France#History]] (redirects to the "History" section of the France article)
  • #REDIRECT [[fr:France]] (appears as a redirect to the France article on French Wikipedia, but does not work as a true redirect)

Any text appearing after the redirect link is ignored in the display, but may be used to add categories, interwiki links, comments, etc.

Note that the redirect link must be explicit – it cannot contain magic words, templates, etc.

When redirecting to a category page, prefix the target pagename with a colon to prevent the redirect from showing up in the category. (Redirects from one category page to another should use soft redirects – see below.) Redirects to image pages also require the colon.

How it appears to the user

If the redirect target is an existing page on English Wikipedia and a reader navigates to the redirect page – by wikilink, the search box, or a URL – the reader is taken directly to the target page. A small notice below the top title indicates that the user arrived via a redirect. For example, if you click Transportation, you are redirected to the Transport article, and the top of the page looks like:

Transport
(Redirected from Transportation)

To go to the redirect page itself (to edit it, view its history, etc.), click the link in the "(Redirected from...)" notice.

If the redirect target is a non-existing page (redlink), or a special page, or a page in another project, then the redirect is not followed, and the reader sees the display of the redirect page (as illustrated below). If the target is a non-existent section of an existing page, then the redirect will take the reader to the top of the target page.

Chains of redirects are not followed. If title A redirects to B, and B is itself a redirect page, then a reader navigating to A will see the display of the redirect page B (as illustrated). (Bots fix such chains so that each redirect points directly to the final target page.)

A redirect page viewed directly, either in the situations described above, or when the URL used to access the page contains the query parameter redirect=no, looks like this:

Transportation
Redirect page

Redirectltr.png Transport

(See the actual Transportation redirect page.)

Redirects to articles that begin with a lowercase title, for example the redirect from the page at Ebay.com to the article at eBay, will display the target page with a capitalized first letter, even though the article displays the title with a lowercase title. This is because the true title of the target page is actually capitalized — it just appears lowercase because of the use of the magic word DISPLAYTITLE. (Usually, the template {{Lowercase title}} is used to implement the DISPLAYTITLE magic word for lowercase titles.)

Section redirects

When the redirect target is a section link, following a redirected link should lead to the section or other element identified by the link. Normally the redirected page includes the entire contents of the target page as if the section fragment wasn't specified, and uses JavaScript to jump to the section after the page is loaded. If JavaScript is disabled, this jump does not happen.

When a redirect page is viewed directly without following the target link, the link is shown as an ordinary section link, and works as usual without the use of JavaScript.

Purposes of a redirect

Redirects are usually created because readers may search for an article under different names (or editors may wish to link to it from different names). Examples are:

  • Alternative names for the same thing
  • Alternative spellings, capitalizations etc. (although it is not necessary to create redirects from different capitalizations just because readers may enter them in the search box - the Go button in the Monobook skin resolves this automatically)
  • Common misspellings
  • Plurals
  • Subtopics that don't have their own article (in this case, you may redirect to a section of the target page)
  • shortcuts to a page, used mainly in project space (such as WP:AFD)
  • Redirects that keep links to a page active after it has been renamed (even if internal links are updated—this still applies for links from outside and links in edit summaries)

Note that it is not necessary to create redirects from every title an editor may conceivably wish to link to a given page – piped links can be used as an alternative.

Creating and editing redirects

A redirect page can be created like any other page. Simply type in the wikitext #REDIRECT [[xxx]], replacing "xxx" with the title of the target page (optionally followed by a "#" sign and the section title).

Make sure that there is no text before the #REDIRECT keyword, or the redirect will not work. There is not usually any reason to place any text after the link either, although sometimes categories (or categorizing templates), interwiki links (see Interlanguage links) or HTML comments () are added.

Similarly, any existing page can be edited to turn it into a redirect.

To edit a page that is already a redirect (or to view its history, talk page, etc.), follow the redirect to the target page, then click on the link in the "(Redirected from ...)" notice at the top of the page. This takes you to the redirect page itself. (The URL for accessing a redirect page without following the redirect contains the query parameter redirect=no.)

Another way to get to a redirect page is to go to the target page, and click "What links here" (in the toolbox on the left of the page). This will show you all the backlinks to that page, including redirects. Clicking on a redirect in this list will take you to the redirect page, not the target.

The edit summary box can be left blank; the summary will then be automatically generated stating that the page has been redirected to the given target. (This applies for: a new redirect page; an existing article page turned into a redirect page; and a change to the target of an existing redirect.) The generated summary is overridden if the editor supplies their own summary.

Moving pages

When a page is moved (renamed), a redirect is automatically created from the old to the new name, and also one for the corresponding talk page (if that was moved as well). Administrators can choose to suppress creation of the redirect.

If the new page name is occupied by a redirect that has only one edit in its history and targeted to the old page name, it is replaced by the page being moved. If the redirect has more than one history entry, or has a different target page, then the move must be made by an administrator.

Transclusion

When a page called for transclusion is a redirect page, the redirect target is included instead, with the same parameters, without any redirect message. Hence if Template:AFD is redirected to Template:Afd, then {{AFD|...}} will have the same effect as {{Afd|...}} As usual, double redirects are not followed.

Soft redirects

As an alternative to the normal "hard" redirects (which take the reader directly to the target page), it is possible to create "soft" redirects, which leave the reader on the redirect page, giving them the option of clicking the link to the target page. This is usually done in the following situations:

  • When the target is on another project or is a special page. (In these situations a hard redirect would behave as a soft one in any case.)
  • For redirects between categories. (Hard redirects work for category pages, but soft ones are preferred because of the software's inability to recategorize pages from redirected categories.)

Soft redirects are created using the templates {{soft redirect}} and {{category redirect}}.

See also

Template:The TTSCpedia glossary

Template:Help navigation Template:TTSCpedia technical help