Template:Plain link/doc: Difference between revisions
meta>Kiyoweap →Caution: →See also: Template:URL for external links, as Plain link will suppress displaying the external link small icon. |
meta>SUM1 Added TemplateData |
||
Line 25: | Line 25: | ||
*<code><nowiki>{{scp|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}</nowiki></code> gives the same {{scp|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}} | *<code><nowiki>{{scp|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}</nowiki></code> gives the same {{scp|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}} | ||
*<code><nowiki>{{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}</nowiki></code> gives the same {{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}} | *<code><nowiki>{{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}</nowiki></code> gives the same {{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}} | ||
== TemplateData == | |||
{{TemplateData header}} | |||
<templatedata> | |||
{ | |||
"description": "Use this template to add a local or interwiki link that would otherwise show a box and arrow icon next to the link without the icon.", | |||
"format": "inline", | |||
"params": { | |||
"url": { | |||
"aliases": ["URL","1"], | |||
"label": "URL", | |||
"description": "URL of the link. For Wikimedia links, use the format \"//example.com\". This allows users to use the protocol they're currently using.", | |||
"type": "url" | |||
}, | |||
"name": { | |||
"aliases": ["NAME","1"], | |||
"label": "Text", | |||
"description": "Text to be linked", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"url", | |||
"name" | |||
] | |||
} | |||
</templatedata> | |||
== See also == | == See also == |
Revision as of 23:11, 7 March 2020
This is a documentation subpage for Template:Plain link. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 159,000 pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
This template will allow you to create a local or interwiki link (such as a link to the history of a page) on a page without having the follow the link. This can be used, for example, when internal or interwiki links appear as external links. See Help:URL#URLs on other Wikimedia projects for more information.
Caution
When you link to a Wikipedia or other Wikimedia project URL, omit the preceding "http:", or "https:", so that the URL begins with "//". This allows users to use the protocol they're currently using.
You can use {{fullurl}}
magicword to generate URLs to Wikipedia pages.
Also this template is not suitable for external links, since it suppresses displaying the exeternal link small icon (); for external links, use {{URL}}
Examples
{{Plain link|url=//www.wikipedia.org}}
gives [1]{{Plain link|//www.wikipedia.org Wikipedia}}
gives Wikipedia{{Plain link|//www.wikipedia.org | Wikipedia}}
gives Wikipedia{{Plain link|http://www.google.co.uk|Google}}
gives Google
Note that if your url or link title contains an equals sign =
you must use named parameters:
{{Plain link|url=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|name="=" }}
gives "="
To be more concise, you can use {{scp}}
or {{plnk}}
and numbers as parameter names e.g.
{{scp|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}
gives the same "="{{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}
gives the same "="
TemplateData
TemplateData for Plain link
Use this template to add a local or interwiki link that would otherwise show a box and arrow icon next to the link without the icon.
Parameter | Description | Type | Status | |
---|---|---|---|---|
URL | url URL 1 | URL of the link. For Wikimedia links, use the format "//example.com". This allows users to use the protocol they're currently using. | URL | optional |
Text | name NAME 1 | Text to be linked | String | optional |
See also
- Template:Querylink, generates a plain link for Wikipedia pages with extended parameters
- Template:Plain
- Template:Diff
- Template:Oldid
- Template:URL