Template:No redirect/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content deleted Content added
high risk
Late update after merge
Line 29: Line 29:
If there is no page with that name given by the first parameter, the template generates a redlink as for any article name:
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)}}
* <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 ===
=== See also ===
* [[Wikipedia:Redirect]]
* [[Wikipedia:Redirect]]
* {{tl|No redirect conditional}} ({{tl|nrc}}) &ndash; returns either a no-redirect link or a normal wikilink based on whether the page is a redirect


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||

Revision as of 17:42, October 16, 2016

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