Template:Formatter link/doc
此頁面是Template:Formatter link的Template文档。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
维基数据包含许多“外部标识符”,例如ATC代码 (P267)。
这些代码可配合格式化统一资源定位符 (P1630)属性使用,例如在 http://www.whocc.no/atc_ddd_index/?code=$1 中,“$1”表示替换为对应ATC代码。
此模板将一个外部标识符作为|code=
参数,格式化URL作为|url=
参数,构造一个指向外部资源的链接;可选提供|label=
参数来设置链接文本,缺省值为|code=
参数的值。
Supplying the code as a parameter to this template allows one call to be made to Wikidata to fetch the code.
示例
查询乙酰乙酸铝 (Q26979)的ATC代码 (P267):
{{Formatter link |url=http://www.whocc.no/atc_ddd_index/?code=$1 |code={{wdib |P267 |qid=Q26979 |fwd=ALL |osd=n |noicon=y |maxvals=1}} }}
→ A02AB05
ATC代码 (P267)的“格式化URL”的获取方式:
{{wdib |P1630 |qid=P267 |fwd=ALL |osd=n}}
→ https://www.whocc.no/atc_ddd_index/?code=$1
In infoboxes, it will generally be hard-coded because it is specific to the infobox field. Otherwise the following can be used if Wikidata changes of the formatter url should be tracked:
{{Formatter link |url={{wdib |P1630 |qid=P267 |fwd=ALL |osd=n |noicon=y}} |code={{wdib |P267 |qid=Q26979 |fwd=ALL |osd=n |noicon=y |maxvals=1}} }}
另见
- {{Wikidata ID}}和{{Wikidata ID line}}
- {{format link}}名称相似但完全不相干的另一个模板
模板数据
用维基数据“格式化统一资源定位符(P1630)”组合一个代码值来产生一个URL
参数 | 描述 | 类型 | 状态 | |
---|---|---|---|---|
code | code | 目标页面唯一ID值 | 未知 | 必需 |
url | url | 维基数据“格式化统一资源定位符(P1630)” | 未知 | 必需 |
label | label | 链接文本(默认为“code”的值) | 未知 | 可选 |