![]() | Template:URL ispermanentlyprotected from editing because it is aheavily used or highly visible template. Substantial changes should first be proposed and discussed here on this page. If the proposal is uncontroversial or has been discussed and is supported byconsensus, editors may use {{edit template-protected}} to notify an administrator or template editor to make the requested edit. Usually, any contributor may edit the template'sdocumentation to add usage notes orcategories. Any contributor may edit the template'ssandbox. Functionality of the template can be checked usingtest cases. |
![]() | This template was considered fordeletion on2016 October 8. The result of thediscussion was "no consensus to merge". |
![]() | This template does not require a rating on Wikipedia'scontent assessment scale. It is of interest to the followingWikiProjects: | |||||||
|
| ||
This page has archives. Sections older than28 days may be automatically archived byLowercase sigmabot III when more than 3 sections are present. |
I was expecting template:URL would wrap the long URL inEMBiology, does anyone know why it doesn't? currently the infobox occupies a large fraction of the page width. ~thanks.fgnievinski (talk)02:05, 5 August 2022 (UTC)[reply]
{{{website}}}
with three curly brackets then it means the template has a parameter|website=
. A template call has two curly brackets like{{website}}
. The documentation atTemplate:Infobox bibliographic database#Usage says| website = <!-- use {{URL|example.com}} -->
and| titles = <!-- use {{URL|example.com}} -->
. That means an article using the infobox can place a url in{{URL|...}}
.EMBiology doesn't do that.PrimeHunter (talk)18:15, 5 August 2022 (UTC)[reply]{{URL| {{URL|http://example.org}} }}
or{{URL|[http://example.org website]}}
fails.{{URL}} is from before MediaWiki gotmodules. The template language has very limited string processing.{{URL}} is now implemented byModule:URL and it would be possible to test the parameter and do nothing if it's not a raw url. Infoboxes with displayed website parameters generally require the caller to add{{URL}} for improved formatting.PrimeHunter (talk)19:45, 5 August 2022 (UTC)[reply]![]() | Thisedit request toModule:URL has been answered. Set the|answered= or|ans= parameter tono to reactivate your request. |
Hello, the following code may be removed:
-- Handle URLs from Wikidata of the format http://url=mw.ustring.gsub(url,'^[Hh][Tt][Tt][Pp]([Ss]?)://','http%1://')
Refs past discussions:
According tophab:T56312, this bug (from the early ages of wikidata) has been fixed since then.
Od1n (talk)08:59, 11 September 2022 (UTC)[reply]
Template:URL is designed to display the "www" as part of the link displayed and is clear that "Parameter 2 ({{URL|url name|optional display text}}) is deprecated"; I certainly don't see any reason to manually remove the "www" using parameter 2. Is there any reason to make edits such asthis one, one example of many, whose only purpose is to trim the "www"? There wasthis discussion from 2020 that leaned against removal of the "www". Does this still stand and if so should there be a clearer admonition in Template:URL discouraging the practice?Alansohn (talk)17:21, 12 August 2024 (UTC)[reply]
|2=
is deprecated, a better edit would have been to remove "www" from|1=
while removing|2=
, after checking that the resulting URL worked, of course. –Jonesey95 (talk)21:18, 12 August 2024 (UTC)[reply]