Template talk:URL

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Microformats
URL is part of, or of interest to, WikiProject Microformats, which encourages the deployment of microformats in Wikipedia, and documents them in the article space. If you would like to participate, visit the project page.

https?[edit]

The documentation says: "If it doesn't start with a URI scheme ... the prefix "https://" is prepended". Is that what is supposed to happen? It's not what I'm seeing. I'm getting "http://" without the 's'. This is firefox 97 if that makes a difference. GA-RT-22 (talk) 19:43, 27 May 2022 (UTC)[reply]

The documentation was edited on the 2nd May 2022 by User:PRY86400. I've fixed the error and it now says http:// again. -- WOSlinker (talk) 21:19, 27 May 2022 (UTC)[reply]

Long URL in infobox[edit]

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)[reply]

@Fgnievinski: EMBiology doesn't use {{URL}}. If you are talking about previewing a version which does use {{URL}} then what is your browser? In my Firefox, it already wraps now without {{URL}}. In Edge it doesn't wrap now but it wraps in a preview with {{URL}}. PrimeHunter (talk) 02:25, 5 August 2022 (UTC)[reply]
@PrimeHunter: thanks for your assistance. EMBiology uses template:infobox bibliographic database which uses template:website which redirects to template:url which calls module:URL. Shouldn't the latter insert HTML wbr to assist browsers in breaking a long URL? BTW, I'm using Chrome. fgnievinski (talk) 17:56, 5 August 2022 (UTC)[reply]
@Fgnievinski: template:infobox bibliographic database does not use template:website. Why do you think that it does? If you saw code like {{{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)[reply]
@PrimeHunter: I just noticed this was changed a few years ago (link). Do you know what's the best practice in other templates? are users expected to wrap bare URLs in the the URL template or do templates do the wrapping automatically as a courtesy to users? and is template URL safe to abuse when it's input to itself? I ask because now template:infobox bibliographic database has a mixture of usage patterns. thanks for your help. fgnievinski (talk) 19:16, 5 August 2022 (UTC)[reply]
@Fgnievinski: {{URL}} requires a raw url. {{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)[reply]
@PrimeHunter: thank you, I've inserted {{url}} in EMBiology which remedied the large infobox width. any suggestions of bots which could wrap bare URLs in infoboxes? fgnievinski (talk) 20:50, 5 August 2022 (UTC)[reply]
@Fgnievinski: Bot tasks need approval. You could post to Wikipedia:Bot requests. Website parameters still work without {{URL}} so there might be some opposition. You could also make searches like hastemplate:"Infobox bibliographic database" insource:"titles = http" and work on it yourself, maybe with AutoWikiBrowser if you know it, but it's probably too much work for more common infoboxes. PrimeHunter (talk) 21:28, 5 August 2022 (UTC)[reply]
Bot requested, thanks for your assistance so far: Wikipedia:Bot_requests#Use_template:url_in_calls_to_infobox_bibliographic_database. fgnievinski (talk) 14:20, 8 August 2022 (UTC)[reply]
Template:Infobox bibliographic database is only used in 139 articles and many of them don't have the issue. This is so little by bot standards that I expect a request to be rejected when it's only for that infobox, but maybe somebody will just do it with AutoWikiBrowser. PrimeHunter (talk) 15:21, 8 August 2022 (UTC)[reply]

Edit request to remove legacy code[edit]

Hello, the following code may be removed:

	-- Handle URLs from Wikidata of the format http&#58;//
	url = mw.ustring.gsub(url, '^[Hh][Tt][Tt][Pp]([Ss]?)&#58;//', '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)[reply]

 Edited. P.I. Ellsworth , ed. put'r there 18:58, 11 September 2022 (UTC)[reply]