More actions
Created page with "{{Documentation}} {{Wikipedia template}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{tsh|plnk|plainlink}} 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 external icon follow the link. This can be used, for example, when internal or interwiki links appear as external links. ==Examples== *<code><nowiki>{{Plain link |url=//www.starcitizen.tools}}</nowiki></code> gives {{Pla..." |
No edit summary |
||
Line 9: | Line 9: | ||
*<code><nowiki>{{Plain link |url=//www.starcitizen.tools}}</nowiki></code> gives {{Plain link |url=//www.starcitizen.tools}} |
*<code><nowiki>{{Plain link |url=//www.starcitizen.tools}}</nowiki></code> gives {{Plain link |url=//www.starcitizen.tools}} |
||
*<code><nowiki>{{Plain link |//www.starcitizen.tools Star Citizen Wiki}}</nowiki></code> gives {{Plain link |//www.starcitizen.tools Star Citizen Wiki}} |
*<code><nowiki>{{Plain link |//www.starcitizen.tools Star Citizen Wiki}}</nowiki></code> gives {{Plain link |//www.starcitizen.tools Star Citizen Wiki}} |
||
*<code><nowiki>{{Plain link |http://www. |
*<code><nowiki>{{Plain link |http://www.aliaadam.com/wiki | Age of Mythology: Retold Wiki}}</nowiki></code> gives {{Plain link|http://www.aliaadam.com/wiki|Age of Mythology: Retold Wiki}} |
||
=== Notes === |
=== Notes === |
||
Line 17: | Line 17: | ||
If your url or link title contains an equals sign <code>=</code> you must use named parameters or <code>{{Tl|{{=}}}}</code>: |
If your url or link title contains an equals sign <code>=</code> you must use named parameters or <code>{{Tl|{{=}}}}</code>: |
||
* <code>{{Tlx|Plainlink|<b>url{{=}}</b><nowiki>http:// |
* <code>{{Tlx|Plainlink|<b>url{{=}}</b><nowiki>http://aliaadam.com/wiki/index.php</nowiki>|<b>name{{=}}</b>"{{=}}"}}</code> gives {{Plain link|url=http://aliaadam.com/wiki/index.php|name="="}} |
||
* <code>{{Tlx|Plainlink|<nowiki>http:// |
* <code>{{Tlx|Plainlink|<nowiki>http://aliaadam.com/wiki/index.php?title</nowiki>{{Tl|{{=}}}}Carrack&oldid{{Tl|{{=}}}}282228764|"{{Tl|{{=}}}}"}}</code> gives {{Plain link|http://aliaadam.com/wiki/index.php?title{{=}}Carrack&oldid{{=}}282228764|"{{=}}"}} |
||
== TemplateData == |
== TemplateData == |
Revision as of 12:31, 29 September 2024
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 external icon follow the link. This can be used, for example, when internal or interwiki links appear as external links.
Examples
{{Plain link |url=//www.starcitizen.tools}}
gives [1]{{Plain link |//www.starcitizen.tools Star Citizen Wiki}}
gives Star Citizen Wiki{{Plain link |http://www.aliaadam.com/wiki | Age of Mythology: Retold Wiki}}
gives Age of Mythology: Retold Wiki
Notes
Do not leave a space before the start of the URL, it confuses the [ URL ] parser.
If you leave the "scheme" (http: or https:) off the start of the URL parameter, the hyperlink will use the current page's protocol.
If your url or link title contains an equals sign =
you must use named parameters or {{}}
:
gives "="{{Plainlink|url=http://aliaadam.com/wiki/index.php|name="="}}
gives "="{{Plainlink|http://aliaadam.com/wiki/index.php?title{{}}Carrack&oldid{{}}282228764|"{{}}"}}
TemplateData
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 |