Template:Infobox weather event/History/doc
This is a documentation subpage for Template:Infobox weather event/History. It may contain usage information, categories and other content that is not part of the original template page. |
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 | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox weather event
| name = October 2021 nor'easter
| image = File:Late_October_2021_nor'easter_2021-10-27_1743Z.jpg
| caption = The nor'easter near its peak intensity off the coast of the Northeastern United States, on October 27
| as = the October 2021 nor'easter
| formed = October 23, 2021
}}{{Infobox weather event/History
| as = Tropical Storm Wanda
| formed = October 31, 2021
| post-tropical = November 7, 2021
| dissipated = November 8, 2021
}}{{Infobox weather event/Footer}} |
|
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>