Template talk:URL
Add topic| Template:URL is indefinitely protected from editing as 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: | ||||||||
| ||||||||
Edit request 10 November 2025
[edit]This edit request to Module:URL has been answered. Set the |answered= parameter to no to reactivate your request. |
Please sync code from sandbox: This inserts a check for a pre-formatted url. This will allow the use of {{url}} in a template. So for example if {{infobox settlement}} has:
| data1 = {{url|{{{website|}}}}}
You can now safely pass:
| website = {{url|google.com}}
without the template blowing up. Technically I can make this change myself, but would like a 2nd set of eyes to review it. Note that Module talk:URL/testcases had a failing test case before I made my change to the sandbox. It is unrelated to my changes. The other failing test, at the top of the page, is expected as it specifically tests the case that I am trying to fix. The sandbox version handles it correctly, the live version does not.
Diff:
| − | + | if (mw.ustring.match(url, '^<span class="url">')) then
return url, text, msg
end |
Zackmann (Talk to me/What I been doing) 20:03, 10 November 2025 (UTC)
- The testcases look like an improvement to me. Since this module is used in 647,000 pages, I wouldn't mind having a module editor review the code changes. If nothing happens in a few days, I will be happy to implement the changes and see if any bugs crop up. I anticipate finding more edge cases that would need to be added to the testcases page, but sometimes the best way to find those is by making errors appear in the wild (unfortunately). – Jonesey95 (talk) 00:29, 11 November 2025 (UTC)
- Going to go ahead and implement this. Hopefully it doesn't blow up... If it does, we revert! --Zackmann (Talk to me/What I been doing) 22:06, 12 November 2025 (UTC)
Template-protected edit request on 6 February 2026
[edit]This edit request to Template:Url has been answered. Set the |answered= parameter to no to reactivate your request. |
Hi there,
Can someone please add the templates {{R category shell}} and {{R from miscapitalisation}} to the redirects at Template:Url and Template talk:Url?
Thank you! Qwerty123M (talk) 11:59, 6 February 2026 (UTC)
Completed. P.I. Ellsworth , ed. – welcome! – 17:54, 6 February 2026 (UTC)
0 param behaviour
[edit]I was just drafting an edit and I added this template without any params: {{url}}. I was expecting an error, but instead I got this:
{{URL|example.com|optional display text}}
Why does it do that? It's documented under § Examples, but unexplained. There should really be an error instead, no?
— W.andrea (talk) 18:07, 19 July 2026 (UTC)
- It looks like Module:URL#L-46 provides those values. The documentation says
The template displays an instructional message if there is no input:
. It should probably provide an error message and an error tracking category instead. Also, parameter 2 is apparently deprecated (although used in 59,000 articles), so "2=optional text" should probably not be suggested. – Jonesey95 (talk) 05:00, 21 July 2026 (UTC)