Template:Plain link
[{{{url}}}]
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
[edit]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 using currently.
You can use the {{fullurl}}
magic word to generate URLs to Wikipedia or other web pages....
Examples
[edit]{{Plain link|url=//www.wikipedia.org}}
gives [1]{{Plain link|//www.wikipedia.org |Wikipedia}}
gives Wikipedia{{Plain link|http://en.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:
{{ Plainlink | url=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764 | name="=" }}
gives "="
To be more concise, you can use {{plnk}}
and numbers as parameter names e.g.
{{plnk|1=//en.wikipedia.org/w/index.php?title=Equals_sign&oldid=282228764|2="="}}
gives the same "="
TemplateData
[edit]- TemplateData
TemplateData is a way to store information about template parameters (the description of those and of the whole template) for both humans and machines. It is used by VisualEditor and possibly other tools like Upload Wizard.
Existing template documentation
At Wikimedia Commons, it is recommended to use {{TemplateBox}} with either useTemplateData=1
or useTemplateData=only
on the /doc
subpage and transcluding it with {{Documentation}} into the template. <nowiki>
-tags can be wrapped around the arguments, if required, to avoid templates being expanded.
Newly created template documentation and imports
Another option, especially for imported templates, or for users with JSON experience, is placing raw <templatedata>
-tags into the Wikitext of the template, as described in various Wikipediae.
Wikipedia's help about TemplateData • Commons-specific information
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 | required |
Text | name NAME 2 | Text to be linked | String | suggested |