Template talk:Infobox weather event
| This is the talk page for discussing improvements to the Infobox weather event template. |
|
| Archives: 1Auto-archiving period: 6 months |
| This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
| |||||||||||
| All weather event infobox subpage talk pages redirect to this talk page in order to keep discussion centralized to one talk page. Avoid posting messages to any of the talk pages redirecting here, as they are unlikely to be watchlisted by interested editors. |
| Discussion and planning on the implementation of this template across all weather articles is ongoing. You can find this discussion at Wikipedia:WikiProject Weather/New Weather Infobox. |
82.5% Infobox weather event adoption (2,432 / 2,947) as of 8 September 2025
Blank parameters
I've noticed that the documentation doesn't have a section with blank parameters, which most infobox documentations have. I really think section should be added, as it would make this template much easier to use. Marelsnyhe (talk) 05:13, 22 August 2025 (UTC)
Convert error
@Chlod: or any other editor, can you look at the convert error on Great Blizzard of 1888? I've tried to figure out what is going on but I'm kind of lost. This template is pretty complex and I think someone more familiar with its working will have better luck then I. This was introduced by HurricaneZeta's recent edit, but I'm not sure they actually did anything wrong... --Zackmann (Talk to me/What I been doing) 21:04, 25 October 2025 (UTC)
- The problem is that the infobox has
pressure = {{convert|29|inHg|hPa|abbr=on|order=flip}}. I guess the article needs to be edited to change the pressure to 980 or use:{{convert|29|inHg|hPa|disp=number}}→ 980
- Whatever solution is wanted should be documented if this is a common problem. Johnuniq (talk) 04:37, 26 October 2025 (UTC)
- @Zackmann08:
Fixed. Seems like it was a logical error that I failed to fix for |pressure=specifically, though this was already fixed in other fields. Normally, any non-numeric input on any of the fields of the infobox will fall back to spitting the input as-is. This is particularly important for cases where editors want to add citations, footnotes, etc. in the field. The issue was that {{Ifnumber}}, for whatever reason, spits out "0" and "1" instead of the usual template convention of spitting out an empty string on a "falsy" condition (e.g. {{yesno}}) so that it can be used in an#if:parser function. So this functionality was broken on {{para|pressure}] specifically. Chlod (say hi!) 05:26, 26 October 2025 (UTC)
- @Zackmann08:
