Template:No redirect/doc: Difference between revisions
(Created page with "{{Documentation subpage}} {{Lua|Module:Redirect}} == Usage == This template provides an easy way to link a redirect page without following the redirect. {{tji|No redirect|page name|label}} It accepts two unnamed parameters: * {{para|1}} (required) the name of the page to link. * {{para|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>[htt...") |
mNo edit summary |
||
Line 53: | Line 53: | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category:Utility templates]] | |||
[[Category:Utility | |||
}}}}</includeonly> | }}}}</includeonly> |
Latest revision as of 01:48, 20 August 2023
It contains 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
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}}
Both of those will take users directly to the same redirect page and display its pagename as a bluelink.
The second parameter (label) may be useful in discussions on talk pages. For example,
- {{No redirect
|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:
- {{No redirect
|25時、赤坂で 3 (25-ji, Akasaka de 3)}} displays as 25時、赤坂で 3 (25-ji, Akasaka de 3)
Also, if a page is not a redirect, a normal link is displayed:
- {{No redirect
|25-ji, Akasaka de 3}} displays as 25-ji, Akasaka de 3
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 |