![]() | Template:URL is permanently protected from editing because it is a heavily 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 by consensus, 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's documentation to add usage notes or categories.
Any contributor may edit the template's sandbox. Functionality of the template can be checked using test cases. |
![]() | This template was considered for deletion on 2016 October 8. The result of the discussion was "no consensus to merge". |
![]() | This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||
|
|
||
This page has archives. Sections older than 28 days may be automatically archived by Lowercase sigmabot III when more than 3 sections are present. |
I was expecting template:URL would wrap the long URL in EMBiology, 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)
{{{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 at Template: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)
{{URL| {{URL|http://example.org}} }}
or {{URL|[http://example.org website]}}
fails. {{URL}} is from before MediaWiki got modules. The template language has very limited string processing. {{URL}} is now implemented by Module: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)
![]() | This edit request to Module:URL has been answered. Set the |answered= parameter to no 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 to phab:T56312, this bug (from the early ages of wikidata) has been fixed since then.
Od1n (talk) 08:59, 11 September 2022 (UTC)
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 as this one, one example of many, whose only purpose is to trim the "www"? There was this 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)
|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)