Template:Tornado chart small IF-scale
Appearance
FU | F0 | F0.5 | F1 | F1.5 | F2 | F2.5 | F3 | F4 | F5 |
---|---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Template documentation
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 -->
| FU = 0
| F0 = 0
| F1 = 0
| F2 = 0
| F3 = 0
| F4 = 0
| F5 = 0
| total = <!-- optional -->
| notes = <!-- optional -->
}}
If EF0-EF5 are used, then the template will use International Fujita scale
{{Tornado chart small
| name = <!-- optional -->
| IFU = 0
| IF0 = 0
| IF1 = 0
| IF2 = 0
| IF3 = 0
| IF4 = 0
| IF5 = 0
| total = <!-- optional -->
| notes = <!-- optional -->
}}
Example
{{Tornado chart small
| name = This is a name
| IFU = 5
| IF0 = 6*
| IF1 = 7
| IF2 = 8
| IF3 = 9
| IF4 = 10
| IF5 = 11
| total = 56
| notes = * This is a note
}}
FU | F0 | F1 | F2 | F3 | F4 | F5 | Total | |
---|---|---|---|---|---|---|---|---|
0 | 0 | 0 | 0 | 0 | 0 | 0 | 56 | |
* This is a note |
For more examples, see the talk page.