Jump to content

Template:Tornado chart small 2029+: Difference between revisions

From Shark's Hypothetical Weather
Created page with "{| class="wikitable" style="width:18em;{{#switch:{{{align|right}}}|right=float:right; clear:right; margin:0.5em 0 0.5em 1em;|center=float: none; clear: both; margin-left: auto; margin-right: auto;|left=float:left; clear:left; margin:0.5em 1em 0.5em 0;}}" {{ #if: {{{name|{{{Name|}}}}}} | {{!}}+ {{{name|{{{Name|}}}}}}| }} |- ! scope="col" style="background:#{{storm colour|unk}}" | {{#if:{{{EFU|}}}|EFU|{{#ifeq:{{{Enhanced|}}}|yes|E}}FU}} ! scope="col" style="background:#{..."
 
No edit summary
Line 2: Line 2:
{{ #if:  {{{name|{{{Name|}}}}}} | {{!}}+ {{{name|{{{Name|}}}}}}| }}
{{ #if:  {{{name|{{{Name|}}}}}} | {{!}}+ {{{name|{{{Name|}}}}}}| }}
|-  
|-  
! scope="col" style="background:#{{storm colour|unk}}" | {{#if:{{{EFU|}}}|EFU|{{#ifeq:{{{Enhanced|}}}|yes|E}}FU}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EFU}};" | EFU
! scope="col" style="background:#{{storm colour|storm}}" | {{#if:{{{EF0|}}}|EF0|{{#ifeq:{{{Enhanced|}}}|yes|E}}F0}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF0}};" | EF0
! scope="col" style="background:#{{storm colour|1}}" | {{#if:{{{EF1|}}}|EF1|{{#ifeq:{{{Enhanced|}}}|yes|E}}F1}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF1}};" | EF1
! scope="col" style="background:#{{storm colour|2}}" | {{#if:{{{EF2|}}}|EF2|{{#ifeq:{{{Enhanced|}}}|yes|E}}F2}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF2}};" | EF2
! scope="col" style="background:#{{storm colour|3}}" | {{#if:{{{EF3|}}}|EF3|{{#ifeq:{{{Enhanced|}}}|yes|E}}F3}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF3}};" | EF3
! scope="col" style="background:#{{storm colour|4}}" | {{#if:{{{EF4|}}}|EF4|{{#ifeq:{{{Enhanced|}}}|yes|E}}F4}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF4}};" | EF4
! scope="col" style="background:#{{storm colour|5}}" | {{#if:{{{EF5|}}}|EF5|{{#ifeq:{{{Enhanced|}}}|yes|E}}F5}}
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF5}};" | EF5
{{#if: {{{EF6|}}} |
! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF6}};" | EF6
{{!}} scope="col" style="font-weight:bold; background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF6}};" {{!}} EF6
}}
{{#if:{{{total|{{{Total|}}}}}}| ! scope="col" colspan=2 {{!}} Total|}}
{{#if:{{{total|{{{Total|}}}}}}| ! scope="col" colspan=2 {{!}} Total|}}
|- style="text-align:center;font-weight:bold"
|- style="text-align:center;font-weight:bold"
| style="background:#{{storm colour|unk}}" | {{{EFU|{{{FU|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EFU}};" | {{{EFU|0}}}
| style="background:#{{storm colour|storm}}" | {{{EF0|{{{F0|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF0}};" | {{{EF0|0}}}
| style="background:#{{storm colour|1}}" | {{{EF1|{{{F1|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF1}};" | {{{EF1|0}}}
| style="background:#{{storm colour|2}}" | {{{EF2|{{{F2|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF2}};" | {{{EF2|0}}}
| style="background:#{{storm colour|3}}" | {{{EF3|{{{F3|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF3}};" | {{{EF3|0}}}
| style="background:#{{storm colour|4}}" | {{{EF4|{{{F4|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF4}};" | {{{EF4|0}}}
| style="background:#{{storm colour|5}}" | {{{EF5|{{{F5|0}}}}}}
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF5}};" | {{{EF5|0}}}
{{#if: {{{EF6|}}} |
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF6}};" | {{{EF6|0}}}
{{!}} style="font-weight:bold; background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF6}};" {{!}} {{{EF6|{{{F6|0}}}}}}
}}
{{#if:{{{total|{{{Total|}}}}}}| {{!}} {{{total|{{{Total|}}}}}}|}}
{{#if:{{{total|{{{Total|}}}}}}| {{!}} {{{total|{{{Total|}}}}}}|}}
|- style="text-align:center;font-weight:bold"
|- style="text-align:center;font-weight:bold"
Line 48: Line 44:
==Usage==
==Usage==
If you include <code>total = </code> followed by the total number of tornadoes, it will appear. If <code>name = Outbreak name</code>, then "Outbreak name" will appear above the chart.   
If you include <code>total = </code> followed by the total number of tornadoes, it will appear. If <code>name = Outbreak name</code>, then "Outbreak name" will appear above the chart.   
<syntaxhighlight lang="wikitext">
{{Tornado chart small
| name = <!-- optional -->
| FU = 0
| F0 = 0
| F1 = 0
| F2 = 0
| F3 = 0
| F4 = 0
| F5 = 0
| total = <!-- optional -->
| notes = <!-- optional -->
}}
</syntaxhighlight>


If EF0-EF5 are used, then the template will use [[Enhanced Fujita scale]] (applicable after 2007-02-01).
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Tornado chart small
{{Tornado chart small

Revision as of 10:02, 15 ⧼november⧽ 2025

EFU EF0 EF1 EF2 EF3 EF4 EF5 EF6
0 0 0 0 0 0 0 0