Template:Infobox weather event/PNGNWS
Category 4 severe tropical cyclone | |
---|---|
10-minute sustained (PNGNWS) | |
Highest winds | 160 km/h (100 mph) |
Highest gusts | 190 km/h (115 mph) |
Lowest pressure | 974 hPa (mbar); 28.76 inHg |
Usage
This subbox provides a meteorological data subbox based on the Papua New Guinea National Weather Service, which uses the Australian Government's Bureau of Meteorology scale.
This subbox relies on the meta-template Template:Infobox weather event/Aus, which in turn relies on the meta-template Template:Infobox weather event/scale.
</syntaxhighlight><syntaxhighlight lang="wikitext"> | ||||||||||
Category 5 severe tropical cyclone | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
10-minute sustained (PNGNWS) | ||||||||||
Highest winds | 280 km/h (175 mph) | |||||||||
Highest gusts | 325 km/h (200 mph) | |||||||||
Lowest pressure | 902 hPa (mbar); 26.64 inHg | |||||||||
|
<syntaxhighlight lang="wikitext"> | ||||||||||
Category 2 tropical cyclone | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
10-minute sustained (PNGNWS) | ||||||||||
Highest winds | 115 km/h (75 mph) | |||||||||
Highest gusts | 145 km/h (90 mph) | |||||||||
Lowest pressure | 972 hPa (mbar); 28.70 inHg | |||||||||
|
Tropical low | Category 1 tropical cyclone | Category 2 tropical cyclone | Category 3 severe tropical cyclone | Category 4 severe tropical cyclone | Category 5 severe tropical cyclone |
<33 kn, <61 km/h, <37 mph | 34–47 kn, 62–87 km/h, 39–54 mph | 48–64 kn, 88–118 km/h, 55–73 mph | 65–85 kn, 120–157 km/h, 74–97 mph | 86–106 kn, 159–196 km/h, 98–122 mph | >107 kn, >198 km/h, >123 mph |
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" },
"winds": {
"label": "Maximum sustained winds",
"description": "The maximum sustained winds of a given storm. Not to be confused with maximum wind gusts (provided with \"gusts\"). Supply value in knots.",
"example": "124",
"type": "number",
"suggested": true
},
"winds-prefix": {
"label": "Maximum winds prefix",
"description": "Prefix for the maximum sustained winds. Use this to add approximation symbols, such as '~', '<', or '>'.",
"example": "~",
"type": "string"
},
"winds-suffix": {
"label": "Maximum winds suffix",
"description": "Suffix for the maximum sustained winds. Use this to add references, footnotes, or other content.",
"type": "content"
},
"gusts": {
"label": "Maximum wind gust",
"description": "The maximum wind gust of a given storm. Not to be confused with maximum sustained winds (provided with \"winds\"). Supply value in knots.",
"example": "164",
"type": "number",
"suggested": true
},
"gusts-prefix": {
"label": "Maximum gusts prefix",
"description": "Prefix for the maximum wind gusts. Use this to add approximation symbols, such as '~', '<', or '>'.",
"example": "~",
"type": "string"
},
"gusts-suffix": {
"label": "Maximum gusts suffix",
"description": "Suffix for the maximum wind gusts. Use this to add references, footnotes, or other content.",
"type": "content"
},
"beaufort-scale": {
"aliases": [
"beaufort scale"
],
"label": "Beaufort scale",
"description": "The maximum sustained winds on the Beaufort scale. Rarely used except for historical storms; consider using \"winds\" instead.",
"type": "number"
},
"pressure": {
"label": "Lowest pressure",
"description": "Lowest pressure, usually measured near the storm's center. Supply value in hectopascals/millibars (hPa/mbar).",
"example": "975",
"type": "number",
"suggested": true
},
"pressure-prefix": {
"label": "Lowest pressure prefix",
"description": "Prefix for the pressure. Use this to add approximation symbols, such as '~', '<', or '>'.",
"example": "~",
"type": "string"
},
"pressure-suffix": {
"label": "Lowest pressure suffix",
"description": "Suffix for the lowest pressure. Use this to add references, footnotes, or other content.",
"type": "content"
}
,
"categoryonly": {
"label": "Category only?",
"description": "Only return the category of this storm as a string. Useful if you only want the category of a storm based on meteorological data, but not the actual box itself.",
"type": "boolean",
"default": "no"
}
},
"description": "A subbox for displaying meteorological information for a storm according to data from the Papua New Guinea National Weather Service (PNGNWS). Should be used adjacent to an 'Infobox weather event' template, and before an 'Infobox weather event/Footer' template.",
"format": "block"
}
</templatedata>