Difference between revisions of "Manual:Redirects"
[quality revision] | [quality revision] |
m (Tag: Visual edit) |
(Changed categories.) |
Contents
What is a redirect?[edit | edit source]
A redirect is a technique to automatically forward users from one page to another. If you redirect a page that has content, the user will not see the content of the redirected page, but only the content of the target page.
When to use a redirect[edit | edit source]
Pages are usually redirected in the following cases:
- abbreviations
- synonyms
- duplicate content
- spelling variants
- plural/singular
- renaming/moving a page
How to redirect a page[edit | edit source]
With Visual editing[edit | edit source]
-
Go to Page settings:
-
In the dialog window, activate the checkbox "Redirect this page to" and enter the name of the target page:
- Click "Apply changes"
With Source editing[edit | edit source]
At the beginning of the page, insert the redirect instruction:
#REDIRECT [[pagename of target page]]
There is no need to delete the content of the page. The content is simply no longer visible to readers as long as the redirect is included on the page. If you remove the code for redirecting the page, the original content will be loaded again.
Managing page redirects[edit | edit source]
All redirected pages on the wiki are listed on the special page Special:ListRedirects
. In addition, there are pages for broken redirects as well as double redirects in the maintenance reports on the Special pages.
You can navigate to them from Global actions > Special pages.
To maintain the quality of your wiki, you should review these pages on a regular pages and fix any broken and double redirects.
Related info
== What is a redirect? == A redirect is a technique to automatically forward users from one page to another. If you redirect a page that has content, the user will not see the content of the redirected page, but only the content of the target page. ==When to use a redirect== Pages are usually redirected in the following cases: *abbreviations *synonyms *duplicate content *spelling variants *plural/singular *renaming/moving a page == How to redirect a page == === With Visual editing === # Go to Page settings: [[File:VE-category.png|link=https://en.wiki.bluespice.com/wiki/File:VE-category.png]]<br /> # In the dialog window, activate the checkbox "Redirect this page to" and enter the name of the target page: [[File:VE-redirect-dialog.png|link=https://en.wiki.bluespice.com/wiki/File:VE-redirect-dialog.png|500x500px]] # Click "Apply changes" === With Source editing === At the beginning of the page, insert the redirect instruction: <pre>#REDIRECT [[pagename of target page]]</pre> There is no need to delete the content of the page. The content is simply no longer visible to readers as long as the redirect is included on the page. If you remove the code for redirecting the page, the original content will be loaded again. == Managing page redirects == All redirected pages on the wiki are listed on the special page <code>Special:ListRedirects</code>. In addition, there are pages for broken redirects as well as double redirects in the maintenance reports on the Special pages. You can navigate to them from ''Global actions > Special pages''. To maintain the quality of your wiki, you should review these pages on a regular pages and fix any broken and double redirects. <br />{{Box_Links-en | Topic1 =[[Rename_and_move_pages|Rename and move pages]] | Topic2 =[[Delete_article|Delete an article]] | Topic3 =[[Subpage|Creating subpages]] | Topic4 = }} [[en:{{FULLPAGENAME}}]] [[de:Weiterleitungen]] [[Category:Quality]]
Line 36: | Line 36: | ||
[[en:{{FULLPAGENAME}}]] | [[en:{{FULLPAGENAME}}]] | ||
[[de:Weiterleitungen]] | [[de:Weiterleitungen]] | ||
+ | [[Category:Quality]] |