More actions
Created page with "{{Documentation subpage}} {{expensive}} {{High-risk| 402714 }} {{tsh|-r}} {{Lua|Module:Redirect}} == Usage == This template provides an easy way to link a redirect page without following the redirect. <syntaxhighlight lang="wikitext">{{no redirect|page name|label}}</syntaxhighlight> 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...." |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{wikipedia|page name}} | |||
{{Documentation subpage}} | {{Documentation subpage}} | ||
{{Lua|Module:Redirect}} | {{Lua|Module:Redirect}} | ||
| Line 22: | Line 20: | ||
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: | 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> | * <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): | Both of those will take users ''directly'' to the same redirect page and display its pagename as a bluelink thus (using the alias): | ||
The second parameter (label) may be useful in discussions on talk pages. For example, | 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> | * <code><nowiki>{{-r|The Silence of the Sea|this redirect}}</nowiki></code> | ||
may appear on a talk page in this context: "For reference, see | may appear on a talk page in this context: "For reference, see | ||
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 | * <code><nowiki>{{-r|Bill Clinton (nickname)}}</nowiki></code> displays as | ||
Also, if a page is not a redirect, a normal link is displayed: | Also, if a page is not a redirect, a normal link is displayed: | ||
* <code><nowiki>{{-r|Bill Clinton}}</nowiki></code> displays as | * <code><nowiki>{{-r|Bill Clinton}}</nowiki></code> displays as | ||
== TemplateData == | == TemplateData == | ||
| Line 54: | Line 52: | ||
} | } | ||
</templatedata> | </templatedata> | ||
<includeonly>{{Sandbox other|| | <includeonly>{{Sandbox other|| | ||
Latest revision as of 08:13, 23 April 2025
| This page uses Creative Commons Licensed content from Wikipedia (view authors). |
| This is a documentation subpage for Template:No redirect It may contain usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
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'']- to yield 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):
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
If there is no page with that name given by the first parameter, the template generates a redlink as for any article name:
{{-r|Bill Clinton (nickname)}}displays as
Also, if a page is not a redirect, a normal link is displayed:
{{-r|Bill Clinton}}displays as
TemplateData
This template provides an easy way to link a redirect page without following the redirect.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Page name | 1 | The name of the page to link | String | required |
| Label | 2 | The text to be displayed. If this is omitted then the input of the first parameter, page name, is used. | String | optional |