Predefinição:Info/Evento meteorológico/escala/TemplateData

Origem: Wikipédia, a enciclopédia livre.
Documentação da predefinição

Uso

Veja a Predefinição:Info/Evento meteorológico/meteorologia/TemplateData. O parâmetro |categoryonly= foi adicionado a todas as predefinições utilizando esta predefinição. O parâmetro |agência= também foi adicionado para definir a agência na descrição.

{
    "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": "Apenas devolva a categoria desta tempestade como uma corda. Útil se pretender apenas a categoria de uma tempestade com base em dados meteorológicos, mas não a própria caixa.",
            "type": "boolean",
            "default": "no"
        }
    },
    "description": "Uma subcaixa para exibir informações meteorológicas para uma tempestade de acordo com dados de uma dada agência. Deve ser utilizado ao lado de um modelo de 'Info Evento meteorológico' e antes de um modelo de 'Info Evento meteorológico rodapé'.",
    "format": "block"
}