Template:Infobox weather event/History

< Template:Infobox weather event
Meteorological history
as Stormname
DateMay 29, 2024 (2024-05-29)
FormedMay 29, 2024 (2024-05-29)
RenamedMay 29, 2024 (2024-05-29)
Crossed overMay 29, 2024 (2024-05-29)
Exited landMay 29, 2024 (2024-05-29)
SubtropicalMay 29, 2024 (2024-05-29)
Remnant lowMay 29, 2024 (2024-05-29)
Post-tropicalMay 29, 2024 (2024-05-29)
ExtratropicalMay 29, 2024 (2024-05-29)
DissipatedMay 29, 2024 (2024-05-29)
Duration4 hours
Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

The meteorological history subbox allows an infobox to contain multiple meteorological history boxes (aside from the one already displayed by the main template).

Wikitext Output
<syntaxhighlight lang="wikitext" line>
October 2021 nor'easter
Late October 2021 nor'easter 2021-10-27 1743Z.jpg
The nor'easter near its peak intensity off the coast of the Northeastern United States, on October 27
Meteorological history
as the October 2021 nor'easter
FormedOctober 23, 2021
Meteorological history
as Tropical Storm Wanda
FormedOctober 31, 2021
Post-tropicalNovember 7, 2021
DissipatedNovember 8, 2021

</syntaxhighlight>

October 2021 nor'easter
Late October 2021 nor'easter 2021-10-27 1743Z.jpg
The nor'easter near its peak intensity off the coast of the Northeastern United States, on October 27
Meteorological history
as the October 2021 nor'easter
FormedOctober 23, 2021
Meteorological history
as Tropical Storm Wanda
FormedOctober 31, 2021
Post-tropicalNovember 7, 2021
DissipatedNovember 8, 2021

See the TemplateData for all available parameters.

TemplateData

<templatedata> { "params": { "child": { "label": "Child display?", "description": "Whether this is a child box or not. Use `yes`, unless you're using this box standalone.", "example": "yes", "type": "boolean", "default": "yes" }, "bodystyle": { "label": "Body style", "description": "Custom CSS for the box", "type": "string", "default": "border-collapse: collapse" }, "as": { "aliases": [ "name" ], "label": "Name", "description": "Name of the event during this stage of its existence.", "type": "content", "suggested": true }, "name-italics": { "label": "Name italics?", "description": "Set to \"off\" to disable name italics.", "type": "string", "suggestedvalues": [ "off" ] }, "duration": { "label": "Duration", "description": "The event's duration of existence.", "type": "content", "suggested": true }, "date": { "label": "Date", "description": "The day that the event occurred. Used for single-day events, such as floods and single tornadoes. When possible, use  ().", "type": "content", "suggested": true }, "formed": { "label": "Formed", "description": "The day that the storm formed. When possible, use  ().", "type": "content", "suggested": true }, "renamed": { "label": "Renamed", "description": "The day that the storm was renamed. Use this for storms where the responsible agency is the same (Atlantic–Pacific crossover hurricanes). When possible, use  ().", "type": "content", "suggested": true }, "crossed-over": { "label": "Crossed over", "aliases": [ "crossed" ], "description": "The day that the storm crossed over to another basin (and thus, received a new name). For storms where the responsible agency is the same (Atlantic–Pacific crossover hurricanes), use \"Renamed\" instead. When possible, use  ().", "type": "content", "suggested": true }, "exited": { "label": "Exited land", "aliases": [ "exited-land" ], "description": "The day that the storm exited land.", "type": "content", "suggested": true }, "subtropical": { "label": "Subtropical", "description": "The day that the tropical cyclone became subtropical. For the transition of extratropical cyclones to tropical cyclones, see \"formed\".", "type": "content", "suggested": true }, "remnant-low": { "label": "Remnant low", "aliases": [ "remnant", "low" ], "description": "The day on which the storm transitioned into a remnant low.", "type": "content", "suggested": true }, "post-tropical": { "label": "Post-tropical", "description": "The day that the tropical cyclone became post-tropical.", "type": "content", "suggested": true }, "extratropical": { "label": "Extratropical", "description": "The day that the tropical cyclone became extratropical.", "type": "content", "suggested": true }, "extratropical-label": { "label": "Extratropical label", "description": "The label for the 'extratropical' parameter, if one should be used.", "type": "content", "suggested": true }, "dissipated": { "label": "Extratropical", "description": "The day that the storm dissipated. When possible, use  ().", "type": "content", "suggested": true } }, "description": "A subbox for providing additional historical data about a weather event.", "format": "block" } </templatedata>