Template:Tornado chart small 2029+: Difference between revisions
Appearance
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:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EFU}};" | EFU | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF0}};" | EF0 | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF1}};" | EF1 | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF2}};" | EF2 | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF3}};" | EF3 | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF4}};" | EF4 | ||
! scope="col" style="background:# | ! scope="col" style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF5}};" | EF5 | ||
! scope="col" style="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:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EFU}};" | {{{EFU|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF0}};" | {{{EF0|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF1}};" | {{{EF1|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF2}};" | {{{EF2|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF3}};" | {{{EF3|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF4}};" | {{{EF4|0}}} | ||
| style="background:#{{ | | style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF5}};" | {{{EF5|0}}} | ||
| style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|EF6}};" | {{{EF6|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"> | <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 |
Usage
If you include total = followed by the total number of tornadoes, it will appear. If name = Outbreak name, then "Outbreak name" will appear above the chart.
{{Tornado chart small
| name = <!-- optional -->
| EFU = 0
| EF0 = 0
| EF1 = 0
| EF2 = 0
| EF3 = 0
| EF4 = 0
| EF5 = 0
| EF6 = 0
| total = <!-- optional -->
| notes = <!-- optional -->
}}
Example
{{Tornado chart small
| name = This is a name
| EFU = 5
| EF0 = 6*
| EF1 = 7
| EF2 = 8
| EF3 = 9
| EF4 = 10
| EF5 = 11
| EF6 = 0
| total = 56
| notes = * This is a note
}}
| EFU | EF0 | EF1 | EF2 | EF3 | EF4 | EF5 | Total | |
|---|---|---|---|---|---|---|---|---|
| 5 | 6* | 7 | 8 | 9 | 10 | 11 | 56 | |
| * This is a note | ||||||||
For more examples, see the talk page.