Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Help:Redirects: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
*>Aphelocoma Mario
m (Better grammar)
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{HelpNav}}
{{ImCap|image=File:KNiDL Kirby Enters Door Artwork.png|align=right|size=200px|caption=Redirects are like these.|captionalign = center|captionwidth=200px}}
[[File:NiDLArtKirbyDoor.png|200px|left]]
'''Redirects''' are short pages which serve to move the reader automatically to a different page. These pages do not count toward the wiki's article total, and are primarily used either on names that are popularly typed into the search bar, but informal ([[Dedede]] instead of [[King Dedede]]), for articles about subjects with multiple official names ([[Larkspur Liar]] instead of [[Whispy Woods]]), or for articles whose names differ in British English compared to American English ([[Up the Lava Stream]] instead of [[Burning Secrets]]). In these cases, a redirect page is made to automatically redirect the reader to the appropriate page.
'''Redirects''' are very helpful. Even if people misspell something, if a redirect is in place, it will send them to where they need to go. The downside to this is that many people will link to redirects in articles (such as linking to "Kirby's Dreamland" instead of the correct "Kirby's Dream '''L'''and"), and this will result in inaccuracy and inconsistencies in Wiki links. Be sure to fix these as you see them by correcting the spelling or, if applicable, using piped links!


== Using Redirects ==
Because plural names can be created with standard links (<code><nowiki>[[Waddle Dee]]s, [[Boss]]es</nowiki></code>), plural redirects are ''generally discouraged'', except in cases of a subject that is already plural or has irregular pluralization ([[Poppy Bro Jr.]] instead of [[Poppy Bros. Jr.]], [[Awoofies]] instead of [[Awoofy]]). Likewise, typo redirects are ''heavily discouraged'' unless they are official or commonly used ([[Magalor]], [[Meta-Knight]], [[Mr. Flosty]]).
To create a redirect, create a page as you normally would, but make the only content of the page this:


:<code><nowiki>#REDIRECT[[page]]</nowiki></code>
==Creating a redirect page==
Creating a redirect page is exceptionally simple. To do this, simply start creating a new page as usual under the desired name. From there, insert this line of code and make changes where appropriate:


Replace "page" with the article you intend to redirect to. Note that redirects can also contain categories, which is occasionally useful when something has been merged into another article but still needs to remain {{UserLang|us=categorizes|gb=categorised}} seperately.
<code><nowiki>#REDIRECT[[(insert target article here)]]</nowiki></code>


A redirect can also point to specific page sections.  
If anything else is typed on the page, the redirect will fail to function properly, so only use the above line when creating a new redirect.


:<code><nowiki>#REDIRECT[[page#section name]]</nowiki></code>
==Misuse of redirect pages==
Due to their nature, redirect pages should '''never''' be linked to from articles. While it's not the end of the world if a reader clicks a link only to be redirected to a different page, it is not ideal, and can lead to confusion. As such, all internal links should point directly to the appropriate article, and piped links should be used where necessary.


Keep in mind that, other than a category where appropriate, the redirect page should not include anything besides this code; inserting other information or code will keep the page from redirecting the viewer automatically.
In addition, there may be cases where moving pages or other chicanery results in the creation of a "double redirect". A double redirect is a redirect which points to another redirect. These should not exist on any wiki worth its salt, and should be corrected as soon as they are spotted. Editors are encouraged to check [[Special:DoubleRedirects|this list]] on occasion to see if any double redirects exist on the wiki and purge them.


== Guidelines for Redirects ==
Redirects should not lead to uncreated pages. When creating a redirect, make sure the page you are directing to actually exists.
Please refrain from creating unnecessary redirects on the wiki. '''Accepted''' forms of redirects include:
 
*Common misspellings (e.g. "Dreamland" for "Dream Land")
Additionally, some standards should be followed when naming new redirect pages. For more information on that, see the [[WiKirby:Naming policy|Naming policy]].
*Abbreviations (e.g. "KDL2" for "Kirby's Dream Land 2")
 
*Alternative titles or names (e.g. "Kirby: Mouse Attack" for "Kirby: Squeak Squad").
Finally, '''file redirects should not be created''', and are [[WiKirby:Deletion policy|candidates for deletion]].
*{{UserLang|us=Capitalization|gb=Capitalisation}} differences that '''do not''' take the viewer to the correct page with no redirect in place (e.g. "Kirby: Nightmare '''I'''n Dream Land" for "Kirby: Nightmare '''i'''n Dream Land"); these are usually required if the title contains inconsistent {{UserLang|us=capitalization|gb=capitalisation}}, i.e. it {{UserLang|us=capitalizes|gb=capitalises}} some words but not others.
 
'''Not accepted''' are:
{{clear}}
*Uncommon typos (such as "Meta Kinght" for "Meta Knight" or "WAddle Dee" for "Waddle Dee")
 
*Nonsensical titles (such as "that penguin dude lol" for "King Dedede")
{{Navbox-Help}}
*Titles with differences in {{UserLang|us=capitalization|gb=capitalisation}} that '''do''' take the user to the correct page even without a redirect (like "Kirby super star" for "Kirby Super Star"). If you are unsure if the redirect is needed, '''enter the title of the planned redirect into the search bar and click "Go" before you create it.''' If you end up on the target page in any case by doing this, no further redirects will need to be created.
[[Category:Wiki help pages]]
In general, use common sense when deciding whether or not to create a redirect. Are other visitors likely to type precisely the title of your redirect into the search bar? If the answer is "no", the site is probably not going to profit from such a redirect.
[[Category:Basic help]]

Latest revision as of 02:16, 3 May 2024

KNiDL Kirby Enters Door Artwork.png
Redirects are like these.

Redirects are short pages which serve to move the reader automatically to a different page. These pages do not count toward the wiki's article total, and are primarily used either on names that are popularly typed into the search bar, but informal (Dedede instead of King Dedede), for articles about subjects with multiple official names (Larkspur Liar instead of Whispy Woods), or for articles whose names differ in British English compared to American English (Up the Lava Stream instead of Burning Secrets). In these cases, a redirect page is made to automatically redirect the reader to the appropriate page.

Because plural names can be created with standard links ([[Waddle Dee]]s, [[Boss]]es), plural redirects are generally discouraged, except in cases of a subject that is already plural or has irregular pluralization (Poppy Bro Jr. instead of Poppy Bros. Jr., Awoofies instead of Awoofy). Likewise, typo redirects are heavily discouraged unless they are official or commonly used (Magalor, Meta-Knight, Mr. Flosty).

Creating a redirect page

Creating a redirect page is exceptionally simple. To do this, simply start creating a new page as usual under the desired name. From there, insert this line of code and make changes where appropriate:

#REDIRECT[[(insert target article here)]]

If anything else is typed on the page, the redirect will fail to function properly, so only use the above line when creating a new redirect.

Misuse of redirect pages

Due to their nature, redirect pages should never be linked to from articles. While it's not the end of the world if a reader clicks a link only to be redirected to a different page, it is not ideal, and can lead to confusion. As such, all internal links should point directly to the appropriate article, and piped links should be used where necessary.

In addition, there may be cases where moving pages or other chicanery results in the creation of a "double redirect". A double redirect is a redirect which points to another redirect. These should not exist on any wiki worth its salt, and should be corrected as soon as they are spotted. Editors are encouraged to check this list on occasion to see if any double redirects exist on the wiki and purge them.

Redirects should not lead to uncreated pages. When creating a redirect, make sure the page you are directing to actually exists.

Additionally, some standards should be followed when naming new redirect pages. For more information on that, see the Naming policy.

Finally, file redirects should not be created, and are candidates for deletion.

KSA Parasol Waddle Dee Pause Screen Artwork.png