Template:Tornado chart small
FU | F0 | F1 | F2 | F3 | F4 | F5 |
---|---|---|---|---|---|---|
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.
<syntaxhighlight lang="wikitext">
FU | F0 | F1 | F2 | F3 | F4 | F5 |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 |
</syntaxhighlight>
If EF0-EF5 are used, then the template will use Enhanced Fujita scale (applicable after 2007-02-01). <syntaxhighlight lang="wikitext">
EFU | EF0 | EF1 | EF2 | EF3 | EF4 | EF5 |
---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 |
</syntaxhighlight>
Example
<syntaxhighlight lang="wikitext">
EFU | EF0 | EF1 | EF2 | EF3 | EF4 | EF5 | Total | |
---|---|---|---|---|---|---|---|---|
5 | 6* | 7 | 8 | 9 | 10 | 11 | 56 | |
* This is a note |
</syntaxhighlight>
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.