“模板:Main page/featured”与“模板:Plain link/doc”:页面之间的差异

来自NebulaeWiki
(页面间差异)
无编辑摘要
标签手工回退
 
(创建页面,内容为“{{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=//sctoolszh.miraheze.org}}</nowiki></code>…”)
 
第1行: 第1行:
<!--
{{Documentation}}
--><div id="home-featured" class="home-card home-card--button home-card--col2 home-card--row3">
{{Wikipedia template}}
<div class="home-card__background">[[文件:{{Main page/settings|featured-图像}}|x200px|link={{Main page/settings|featured}}]]</div>
 
<div class="home-card__foreground">
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<div class="home-card__label">精选内容</div>
{{tsh|plnk|plainlink}}
<h3 class="home-card__header">{{Main page/settings|featured}}</h3>
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.
</div>
 
</div><templatestyles src="Template:Main page/featured/styles.css"/><noinclude><!-- For preview only --><templatestyles src="Template:Main page/shared/styles.css" />{{/doc}}</noinclude>
==Examples==
*<code><nowiki>{{Plain link |url=//sctoolszh.miraheze.org}}</nowiki></code> gives {{Plain link |url=//sctoolszh.miraheze.org}}
*<code><nowiki>{{Plain link |//sctoolszh.miraheze.org 星际公民中文Wiki}}</nowiki></code> gives {{Plain link |//sctoolszh.miraheze.org 星际公民中文Wiki}}
*<code><nowiki>{{Plain link |http://sctoolszh.miraheze.org | 星际公民中文Wiki}}</nowiki></code> gives {{Plain link|http://sctoolszh.miraheze.org|星际公民中文Wiki}}
 
=== Notes ===
Do not leave a space before the start of the URL, it confuses the <nowiki>[</nowiki> ''URL'' <nowiki>]</nowiki> 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 <code>=</code> you must use named parameters or <code>{{Tl|{{=}}}}</code>:
* <code>{{Tlx|Plainlink|<b>url{{=}}</b><nowiki>http://starcitizen.tools/w/index.php?title=Carrack&oldid=282228764</nowiki>|<b>name{{=}}</b>"{{=}}"}}</code> gives {{Plain link|url=http://starcitizen.tools/w/index.php?title=Carrack&oldid=282228764|name="="}}
* <code>{{Tlx|Plainlink|<nowiki>http://starcitizen.tools/w/index.php?title</nowiki>{{Tl|{{=}}}}Carrack&oldid{{Tl|{{=}}}}282228764|"{{Tl|{{=}}}}"}}</code> gives {{Plain link|http://starcitizen.tools/w/index.php?title{{=}}Carrack&oldid{{=}}282228764|"{{=}}"}}
 
== TemplateData ==
<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.",
"required": true,
"type": "url"
},
"name": {
"aliases": ["NAME","2"],
"label": "Text",
"description": "Text to be linked",
"suggested": true,
"type": "string"
}
},
"paramOrder": [
"url",
"name"
]
}
</templatedata>
 
<includeonly>
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:External link templates]]
</includeonly>

2023年9月19日 (二) 12:52的版本

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=//sctoolszh.miraheze.org}} gives [1]
  • {{Plain link |//sctoolszh.miraheze.org 星际公民中文Wiki}} gives 星际公民中文Wiki
  • {{Plain link |http://sctoolszh.miraheze.org | 星际公民中文Wiki}} gives 星际公民中文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 {{=}}:

  • {{Plainlink|<url=http://starcitizen.tools/w/index.php?title=Carrack&oldid=282228764>|<name="=">}} gives "="
  • {{Plainlink|<http://starcitizen.tools/w/index.php?title{{=}}Carrack&oldid{{=}}282228764>|<"{{=}}">}} gives "="

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.

模板参数

此模板首选参数不换行的行内格式。

参数描述类型状态
URLurlURL1

URL of the link. For Wikimedia links, use the format "//example.com". This allows users to use the protocol they're currently using.

URL必需
TextnameNAME2

Text to be linked

字符串推荐