Template:Official URL
{{URL|example.com|optional display text}}
This template is used on many pages, so changes to it will be widely noticed. Please test any changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Please consider discussing changes on the talk page before implementing them. |
Usage
There are no parameters for this template. Typical usage is:
<syntaxhighlight lang="wikitext">{{Infobox settlement
...
| website = {{URL|example.com|optional display text}}
}}
</syntaxhighlight>
This template is for use in infoboxes. It links to property P856 (official website) at Wikidata to retrieve the website and displays in the same way as {{URL}}. If there is no property P856 at Wikidata, nothing will be displayed (unlike {{URL}} which gives an error message). When a website needs to be added or changed, simply go to the Wikidata item and add or change the website at Wikidata. With this template, no edits will be needed at the article (just refresh the page if the website is not visible). An edit link to the Wikidata property is displayed via {{EditAtWikidata}}.
The following templates implement the function of this one intrinsically:
- {{Infobox OS}}
- {{Infobox programming language}}
- {{Infobox software}}
- {{Official website}}
Modules and templates used
- Module:URL via {{URL}}
- Module:Wd via {{Wikidata}}
- Module:If empty via {{If empty}}
TemplateData
TemplateData for Official URL
<templatedata> { "params": {}, "description": "This template is for use in infoboxes. The template outputs the website URL (e.g. \"www.example.com\") for the article subject with a link to the URL, using the \"official website\" field (field P856) from the associated Wikidata page, if available. It will not display https:// or http://, but the link will work based on what is specified in Wikidata." } </templatedata>
See also
- {{Official website}}
The above documentation is transcluded from Template:Official URL/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |