Difference between revisions of "Template:No redirect/doc"
m (→See also: Forgot to use the {{Wikipedia}} template...) |
m (→See also: {{is redirect}} is a Lua-online template, so we cannot use it here on the SL Wiki) |
||
Line 63: | Line 63: | ||
* {{tl|no redirect}}, {{tlf|-r}} | * {{tl|no redirect}}, {{tlf|-r}} | ||
* {{tl|redirect}} — hatnote "''Foo'' redirects here ..." | * {{tl|redirect}} — hatnote "''Foo'' redirects here ..." | ||
* {{tl|is redirect}} — returns yes/<blank> | <!--* {{tl|is redirect}} — returns yes/<blank>--> | ||
* {{Wikipedia|Wikipedia:Redirect}} | * {{Wikipedia|Wikipedia:Redirect}} |
Revision as of 12:54, 2 February 2023
This is a documentation subpage for Template:No redirect. It contains usage information, categories and other content or metadata that is not part of the original template. |
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 Silence of the Sea.
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 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:
{{-r|Bill Clinton (nickname)}}
displays as Bill Clinton (nickname)
Also, if a page is not a redirect, a normal link is displayed:
{{-r|Bill Clinton}}
displays as Bill Clinton
TemplateData
TemplateData for No redirect
{
"params": {
"1": {
"label": "Page name",
"description": "The name of the page to link",
"type": "string",
"required": true
},
"2": {
"label": "Label",
"description": "The text to be displayed. If this is omitted then the input of the first parameter, page name, is used.",
"type": "string"
}
},
"description": "This template provides an easy way to link a redirect page without following the redirect."
}
See also
- {{Template link no redirect}}
- {{Redirect?}}
- {{no redirect}}, {{-r}}
- {{redirect}} — hatnote "Foo redirects here ..."