From Pantonian Republic Wiki
Jump to navigation
Jump to search
Usage
This template closes the weather event infobox and provides additional links to other content if available.
{{Infobox weather event/Footer
| season = [[{{CURRENTYEAR}} Atlantic hurricane season]]
| series = the [[{{CURRENTYEAR}} Atlantic hurricane season]]
| related = {{flt|
* [[{{CURRENTYEAR}} Pacific hurricane season|Eastern Pacific]]
* [[{{CURRENTYEAR}} Pacific typhoon season|Western Pacific]]
* [[{{CURRENTYEAR}} North Indian Ocean cyclone season|North Indian Ocean]]
}}
| active = yes
}}
|
Part of the 2024 Atlantic hurricane season | Part of a series on the 2024 Atlantic hurricane season | | See more detailed information |
|
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"
},
"part": {
"aliases": [
"part-of"
],
"label": "Part of",
"description": "Constructs 'part of ...' text. Overrides the season.",
"type": "content"
},
"season": {
"aliases": [
"cycloneseason"
],
"label": "Season",
"description": "The cyclone season of this event. Constructs 'part of ...' text.",
"type": "content",
"example": "2023 Pacific hurricane season"
},
"series": {
"label": "Series",
"description": "The series of this article. Constructs 'part of a series on ...' text.",
"type": "content",
"example": "costliest tropical cyclones"
},
"related": {
"label": "Related",
"description": "Related articles",
"type": "content"
},
"mainarticle": {
"label": "Main article",
"description": "The main article for this storm. Shown when 'active' or 'current'.",
"type": "wiki-page-name",
"suggested": true
},
"sectnum": {
"label": "Section number",
"description": "The section number of the current storm information for this storm. This is used for pages with multiple 'current storm information' sections. Start counting at 2 from the second instance of this section on a page.",
"type": "number"
},
"active": {
"aliases": [
"current"
],
"label": "Active?",
"description": "Set to 'true' when the event is currently active.",
"type": "boolean",
"suggested": true
}
},
"description": "Ending template for weather event infoboxes. This must be added at the end, or else infoboxes will not display properly.",
"format": "block"
}
</templatedata>