Template:No redirect/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
dHJlZSA4ZTZmNTNiMTMzOTNlZDFhZjJkNzI3OTMwOTdjZmMzNjA2MDgyNDBhCnBhcmVudCA5YTE1YzdjYzdlNjMwOTkyMzBkOTZjOTgyZmJhNjE2MGQ5ODk0YTU1CmF1dGhvciBTaGF3biBRdWVyZXNoaSA8c2hhd25xQGdvb2dsZS5jb20+IDE2MzE4MjczMjYgLTA3MDAKY29tbWl0dGVyIFNoYXduIFF1ZXJlc2hpIDxzaGF3bnFAZ29vZ2xlLmNvbT4gMTYzMTgyODk3NSArMDAwMAoKSW50ZXJuYWwgY2hhbmdlCgpQaXBlck9yaWdpbi1SZXZJZDogMzk3MTY4MTExCkNoYW5nZS1JZDogSWQyNzg5Y2YyN2ZmNWU4ZmYxM2ZmMjZhNzE0ODUwMWVhMDQ3MjFkNmUKUmV2aWV3ZWQtb246IGh0dHBzOi8vY2hyb21pdW0tcmV2aWV3Lmdvb2dsZXNvdXJjZS5jb20vYy9jYXN0X2NvcmUvcHVibGljLysvMzE2NjIxNgpUZXN0ZWQtYnk6IFNoYXduIFF1ZXJlc2hpIDxzaGF3bnFAZ29vZ2xlLmNvbT4KVGVzdGVkLWJ5OiBWb2xvZHlteXIgUmlhemFudHNldiA8cmlhemFudHNldnZAZ29vZ2xlLmNvbT4KUmV2aWV3ZWQtYnk6IFZvbG9keW15ciBSaWF6YW50c2V2IDxyaWF6YW50c2V2dkBnb29nbGUuY29tPgo=
{{expensive}}
#revoke
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE AND INTERWIKIS TO WIKIDATA. -->
{{High-risk| 402714 }}
{{tsh|-r}}
{{Lua|Module:Redirect}}

== Usage ==
This template provides an easy way to link a redirect page without following the redirect.

<pre>{{no redirect|page name|label}}</pre>

It accepts two unnamed parameters:
* 1= (required) the name of the page to link.
* 2= (optional) the text to be displayed. If this is omitted then the input of the first parameter is used.

=== Example ===
Instead of having to copy/paste or type:
* <code><nowiki>[https://en.wikipedia.org/w/index.php?title=The_Silence_of_the_Sea&redirect=no ''The Silence of the Sea'']</nowiki></code>
** to yield [https://en.wikipedia.org/w/index.php?title=The_Silence_of_the_Sea&redirect=no ''The Silence of the Sea'']
an editor can type:
* <code><nowiki>''{{No redirect|The Silence of the Sea}}''</nowiki></code>
or an '''<span class="plainlinks">[https://en.wikipedia.org/w/index.php?title=Special:WhatLinksHere/Template:No_redirect&hidelinks=1&hidetrans=1 alias]</span>''' can be used, as in:
* <code><nowiki>''{{-r|The Silence of the Sea}}''</nowiki></code>
Both of those will take users ''directly'' to the same redirect page and display its pagename as a bluelink thus (using the alias): ''{{-r|The Silence of the Sea}}''.

The second parameter (label) may be useful in discussions on talk pages. For example,
* <code><nowiki>{{-r|The Silence of the Sea|this redirect}}</nowiki></code>

may appear on a talk page in this context: "For reference, see {{-r|The Silence of the Sea|this redirect}}."

If there is no page with that name given by the first parameter, the template generates a redlink as for any article name:
* <code><nowiki>{{-r|Bill Clinton (nickname)}}</nowiki></code> displays as {{-r|Bill Clinton (nickname)}}

Also, if a page is not a redirect, a normal link is displayed:
* <code><nowiki>{{-r|Bill Clinton}}</nowiki></code> displays as {{-r|Bill Clinton}}

== See also ==
* {{tl|Template link no redirect}}
* {{tl|Redirect?}}
* {{tl|no redirect}}, {{tlf|-r}}
* {{tl|redirect}} &mdash; hatnote "''Foo'' redirects here ..."
* {{tl|is redirect}} &mdash; returns yes/&lt;blank>

* [[Wikipedia:Redirect]]

<includeonly>{{Sandbox other||
<!-- CATEGORIES GO BELOW AND INTERWIKIS GO TO WIKIDATA, THANK YOU! -->
[[Category:Internal link templates]]
[[Category:Redirect templates| No redirect]]
}}</includeonly>

Latest revision as of 04:46, January 5, 2022

Template:Expensive

Usage

This template provides an easy way to link a redirect page without following the redirect.

{{no redirect|page name|label}}

It accepts two unnamed parameters:

  • 1= (required) the name of the page to link.
  • 2= (optional) the text to be displayed. If this is omitted then the input of the first parameter is used.

Example

Instead of having to copy/paste or type:

  • [https://en.wikipedia.org/w/index.php?title=The_Silence_of_the_Sea&redirect=no ''The Silence of the Sea'']

an editor can type:

  • ''{{No redirect|The Silence of the Sea}}''

or an alias can be used, as in:

  • ''{{-r|The Silence of the Sea}}''

Both of those will take users directly to the same redirect page and display its pagename as a bluelink thus (using the alias): Template:-r.

The second parameter (label) may be useful in discussions on talk pages. For example,

  • {{-r|The Silence of the Sea|this redirect}}

may appear on a talk page in this context: "For reference, see Template:-r."

If there is no page with that name given by the first parameter, the template generates a redlink as for any article name:

Also, if a page is not a redirect, a normal link is displayed:

See also