“模板:Infobox Server/doc”与“模板:Plain link/doc”:页面之间的差异

来自NebulaeWiki
< 模板:Infobox Server(页面间差异)
无编辑摘要
 
(已保护“模板:Plain link/doc”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)))
 
第1行: 第1行:
使用例
{{Documentation}}
{{Infobox Server
{{Wikipedia template}}
|Picture = Server_NebulaeCraft.png
 
|Description = 位于江北区的星云市民中心
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
|Logo = NebulaeCraft.png
{{tsh|plnk|plainlink}}
|Name = 星云工艺
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.
|NameEnglish = NebulaeCraft
 
|Owner = Sakana_20
==Examples==
|Admin = Kuina_20
*<code><nowiki>{{Plain link |url=//sctoolszh.miraheze.org}}</nowiki></code> gives {{Plain link |url=//sctoolszh.miraheze.org}}
|QQ = 553233889
*<code><nowiki>{{Plain link |//sctoolszh.miraheze.org 星际公民中文Wiki}}</nowiki></code> gives {{Plain link |//sctoolszh.miraheze.org 星际公民中文Wiki}}
|Position = 城市建设/轨道交通
*<code><nowiki>{{Plain link |http://sctoolszh.miraheze.org | 星际公民中文Wiki}}</nowiki></code> gives {{Plain link|http://sctoolszh.miraheze.org|星际公民中文Wiki}}
|Foundation = 2017年6月28日
 
|Status = no
=== Notes ===
|Core = forge
Do not leave a space before the start of the URL, it confuses the <nowiki>[</nowiki> ''URL'' <nowiki>]</nowiki> parser.
|Version = Java Edition 1.12.2
 
}}
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月23日 (六) 22:22的最新版本

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

字符串推荐