Template:Climate chart/doc: Difference between revisions
adding Hebrew interwiki |
→Large precipitation numbers (with re-scaling): note of maxprecip values based on code |
||
(40 intermediate revisions by 31 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} |
{{Documentation subpage}} |
||
{{Use template sandbox testcases request}} |
|||
{{warning|Before making any changes to the template, please first try your changes in the [[Template:{{BASEPAGENAME}}/sandbox|sandbox]] and compare them on the [[Template:{{BASEPAGENAME}}/testcases|test cases]] page. Thank you.}} |
|||
{{Lua|Module:Climate chart}} |
|||
This template can be used to create climate charts, with average monthly minimum and maximum temperatures. |
|||
=== How to read a climate chart === |
=== How to read a climate chart === |
||
Line 10: | Line 11: | ||
=== Usage === |
=== Usage === |
||
;argument < |
;argument <kbd>1</kbd> |
||
:Appears in the heading |
:Appears in the heading |
||
;arguments < |
;arguments <kbd>2</kbd>–<kbd>37</kbd> |
||
:The data. Think of it as 12 rows, one for each month, with left column for |
:The data. Think of it as 12 rows, one for each month, with left column for average low temperature, middle column for average high temperature and right column for precipitation. |
||
;< |
;<kbd>maxprecip=</kbd> |
||
:Supply highest monthly precipitation number if the blue precipitation bars pop out of the chart (happens if any of the monthly numbers is greater than about 750 mm (30 in.)) |
|||
:<tt>''left''</tt>, <tt>''right''</tt> or <tt>''none''</tt>. |
|||
;< |
;<kbd>float=</kbd> |
||
:< |
:<kbd>''left''</kbd>, <kbd>''right''</kbd> or <kbd>''none''</kbd>. |
||
;< |
;<kbd>clear=</kbd> |
||
:<kbd>''left''</kbd>, <kbd>''right''</kbd>, <kbd>''both''</kbd> or <kbd>''none''</kbd>. |
|||
;<kbd>source=</kbd> |
|||
:Supply the source of your data |
:Supply the source of your data |
||
====Empty syntax==== |
====Empty syntax==== |
||
<syntaxhighlight lang="wikitext"> |
|||
<pre> |
|||
{{climate chart |
{{climate chart |
||
| <!--- |
| <!--- India ---> |
||
| | | |
| | | |
||
| | | |
| | | |
||
Line 37: | Line 40: | ||
| | | |
| | | |
||
| | | |
| | | |
||
| |
|maxprecip = <!--- supply largest monthly precipitation, in case it's > 750 mm (30 in.) ---> |
||
| |
|float = <!--- left, right, or none ---> |
||
| |
|clear = <!--- left, right, both, or none ---> |
||
| |
|units = <!--- set to "imperial" if the values are in °F and inches ---> |
||
|source = <!--- source of the data ---> |
|||
}} |
}} |
||
</syntaxhighlight> |
|||
</pre> |
|||
=== Units === |
=== Units === |
||
In articles where SI units (°C, mm) are preferred, input the data in those units. |
In articles where SI units (°C, mm) are preferred, input the data in those units. This is the default state — no further parameters are needed. In articles where imperial units (°F, inches) are preferred, input data in those units and specify the parameter units=imperial (see below). ''This parameter must be used so that the units are labeled correctly and so the conversion is done properly.'' |
||
=== Examples === |
=== Examples === |
||
==== Float: right ==== |
==== Float: right ==== |
||
Line 66: | Line 69: | ||
|1.9|6.2|74.9 |
|1.9|6.2|74.9 |
||
|float=right |
|float=right |
||
|clear= |
|clear=right |
||
}} |
}} |
||
<syntaxhighlight lang="wikitext" highlight="15,16" style="white-space: pre-wrap;"> |
|||
<pre><nowiki> |
|||
{{climate chart |
{{climate chart |
||
| [[Amsterdam]] |
| [[Amsterdam]] |
||
Line 85: | Line 88: | ||
|1.9|6.2|74.9 |
|1.9|6.2|74.9 |
||
|float=right |
|float=right |
||
|clear= |
|clear=right |
||
}} |
}} |
||
</syntaxhighlight> |
|||
</nowiki></pre> |
|||
{{clear}} |
{{clear}} |
||
Line 110: | Line 113: | ||
}} |
}} |
||
<syntaxhighlight lang="wikitext" highlight="15" style="white-space: pre-wrap;"> |
|||
<pre><nowiki> |
|||
{{climate chart |
{{climate chart |
||
| [[Bilbao]] |
| [[Bilbao]] |
||
Line 128: | Line 131: | ||
|source=[http://www.bbc.co.uk/weather/ BBC Weather] |
|source=[http://www.bbc.co.uk/weather/ BBC Weather] |
||
}} |
}} |
||
</syntaxhighlight> |
|||
</nowiki></pre> |
|||
{{clear}} |
{{clear}} |
||
Line 149: | Line 152: | ||
}} |
}} |
||
<syntaxhighlight lang="wikitext" style="white-space: pre-wrap;"> |
|||
<pre><nowiki> |
|||
{{climate chart |
{{climate chart |
||
| [[Coober Pedy, South Australia|Coober Pedy]] |
| [[Coober Pedy, South Australia|Coober Pedy]] |
||
Line 165: | Line 168: | ||
|19.1|34.6|17.5 |
|19.1|34.6|17.5 |
||
}} |
}} |
||
</syntaxhighlight> |
|||
</nowiki></pre> |
|||
==== Imperial units ==== |
==== Imperial units ==== |
||
Line 182: | Line 185: | ||
|28|40|2.09 |
|28|40|2.09 |
||
|16|28|1.09 |
|16|28|1.09 |
||
|11|24|1. |
|11|24|1.075 |
||
|float=right |
|float=right |
||
|clear= |
|clear=right |
||
|units=imperial |
|units=imperial |
||
}} |
}} |
||
<syntaxhighlight lang="wikitext" highlight="17" style="white-space: pre-wrap;"> |
|||
<pre><nowiki> |
|||
{{climate chart |
{{climate chart |
||
| [[Anchorage, Alaska|Anchorage]] |
| [[Anchorage, Alaska|Anchorage]] |
||
Line 204: | Line 207: | ||
|11|24|1.05 |
|11|24|1.05 |
||
|float=right |
|float=right |
||
|clear= |
|clear=right |
||
|units=imperial |
|units=imperial |
||
}} |
}} |
||
</syntaxhighlight> |
|||
</nowiki></pre> |
|||
==== Large precipitation numbers (without re-scaling) ==== |
|||
<includeonly> |
|||
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> |
|||
{{climate chart |
|||
[[Category:Weather templates|{{PAGENAME}}]] |
|||
|[[Baguio City, Philippines]] |
|||
[[Category:Exclude in print]] |
|||
|12 |22 |20 |
|||
|13 |22 |20 |
|||
|14 |24 |40 |
|||
|15 |25 |100 |
|||
|16 |24 |400 |
|||
|16 |23 |430 |
|||
|15 |21 |1070 |
|||
|15 |21 |1160 |
|||
|15 |21 |710 |
|||
|15 |22 |380 |
|||
|15 |23 |120 |
|||
|13 |23 |50 |
|||
|float=right |
|||
|clear=right |
|||
}} |
|||
<syntaxhighlight lang="wikitext" highlight="" style="white-space: pre-wrap;"> |
|||
{{climate chart |
|||
|[[Baguio City, Philippines]] |
|||
|12 |22 |20 |
|||
|13 |22 |20 |
|||
|14 |24 |40 |
|||
|15 |25 |100 |
|||
|16 |24 |400 |
|||
|16 |23 |430 |
|||
|15 |21 |1070 |
|||
|15 |21 |1160 |
|||
|15 |21 |710 |
|||
|15 |22 |380 |
|||
|15 |23 |120 |
|||
|13 |23 |50 |
|||
|float=right |
|||
|clear=right |
|||
}} |
|||
</syntaxhighlight> |
|||
==== Large precipitation numbers (with re-scaling) ==== |
|||
{{climate chart |
|||
|[[Baguio City, Philippines]] |
|||
|12 |22 |20 |
|||
|13 |22 |20 |
|||
|14 |24 |40 |
|||
|15 |25 |100 |
|||
|16 |24 |400 |
|||
|16 |23 |430 |
|||
|15 |21 |1070 |
|||
|15 |21 |1160 |
|||
|15 |21 |710 |
|||
|15 |22 |380 |
|||
|15 |23 |120 |
|||
|13 |23 |50 |
|||
|maxprecip=1160 |
|||
|float=right |
|||
|clear=right |
|||
}} |
|||
<syntaxhighlight lang="wikitext" highlight="10,15" style="white-space: pre-wrap;"> |
|||
{{climate chart |
|||
|[[Baguio City, Philippines]] |
|||
|12 |22 |20 |
|||
|13 |22 |20 |
|||
|14 |24 |40 |
|||
|15 |25 |100 |
|||
|16 |24 |400 |
|||
|16 |23 |430 |
|||
|15 |21 |1070 |
|||
|15 |21 |1160 |
|||
|15 |21 |710 |
|||
|15 |22 |380 |
|||
|15 |23 |120 |
|||
|13 |23 |50 |
|||
|maxprecip=1160 |
|||
|float=right |
|||
|clear=right |
|||
}} |
|||
</syntaxhighlight> |
|||
Values of {{para|maxprecip}} less than or equal to 750 have no effect. |
|||
<includeonly>{{Sandbox other| |
|||
[[ar:قالب:خارطة مناخ]] |
|||
| <!-- CATEGORIES BELOW THIS LINE, PLEASE: --> |
|||
[[cs:Šablona:Klimagram]] |
|||
[[Category:Weather templates]] |
|||
[[da:Skabelon:Klimaoversigt]] |
|||
[[Category:Chart, diagram and graph formatting and function templates]] |
|||
[[es:Plantilla:Climate chart]] |
|||
}}</includeonly><noinclude> |
|||
[[fa:الگو:نمودار آب و هوا]] |
|||
</noinclude> |
|||
[[fr:Modèle:Relevé météo]] |
|||
[[he:תבנית:גרף אקלים]] |
|||
[[ja:Template:Climate chart]] |
|||
[[ko:틀:기후 도표]] |
|||
[[nl:Sjabloon:Klimatogram]] |
|||
[[pl:Szablon:Klimatogram]] |
|||
[[pt:Predefinição:Grafo Clima]] |
|||
[[ru:Шаблон:Климатограмма]] |
|||
[[sk:Šablóna:Graf počasia]] |
|||
[[sr:Шаблон:Климатограм1]] |
|||
[[tr:Şablon:İklim diyagramı]] |
|||
[[zh:Template:Climate chart]] |
|||
</includeonly> |
Latest revision as of 11:15, 24 March 2024
This is a documentation subpage for Template:Climate chart. It may contain usage information, categories and other content that is not part of the original template page. |
Before making any changes to the template, please first try your changes in the /sandbox and compare them on the /testcases page. The tested changes can then be added in one single edit to this template. |
This template uses Lua: |
This template can be used to create climate charts, with average monthly minimum and maximum temperatures.
How to read a climate chart
[edit]This help page is a how-to guide. It explains concepts or processes used by the Wikipedia community. It is not one of Wikipedia's policies or guidelines, and may reflect varying levels of consensus. |
Climate charts provide an overview of the climate in a particular place. The letters in the top row stand for months: January, February, etc. The bars and numbers convey the following information: The blue bars represent the average amount of precipitation (rain, snow etc.) that falls in each month. The blue numbers are the amount of precipitation in either millimeters (liters per square meter) or inches. The red numbers are the average daily high and low temperatures for each month, and the red bars represent the average daily temperature span for each month. The thin gray line is 0 °C or 32 °F, the point of freezing, for orientation.
Maribor, Slovenia | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Labuan, Malaysia | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Cusco, Peru | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
As displayed in the accompanying chart, Maribor has a temperate climate with warm summers and chilly winters. It lies in the northern hemisphere, so the temperatures peak in July and August. The temperature in Labuan, which lies near the equator, hardly changes through the year. Instead of summers and winters, there is a dry season in the beginning of the year, followed by a wet season with high rainfall. Cusco also lies in the Tropical Zone, but at a much higher altitude in the Andean highlands, and also much drier. Almost like in Labuan, the daily high temperature barely changes through the year, but they are significantly cooler due to the altitude. Nights in Cusco are much colder than during the day, especially in the dry months from May to August.
Usage
[edit]- argument 1
- Appears in the heading
- arguments 2–37
- The data. Think of it as 12 rows, one for each month, with left column for average low temperature, middle column for average high temperature and right column for precipitation.
- maxprecip=
- Supply highest monthly precipitation number if the blue precipitation bars pop out of the chart (happens if any of the monthly numbers is greater than about 750 mm (30 in.))
- float=
- left, right or none.
- clear=
- left, right, both or none.
- source=
- Supply the source of your data
Empty syntax
[edit]{{climate chart
| <!--- India --->
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
|maxprecip = <!--- supply largest monthly precipitation, in case it's > 750 mm (30 in.) --->
|float = <!--- left, right, or none --->
|clear = <!--- left, right, both, or none --->
|units = <!--- set to "imperial" if the values are in °F and inches --->
|source = <!--- source of the data --->
}}
Units
[edit]In articles where SI units (°C, mm) are preferred, input the data in those units. This is the default state — no further parameters are needed. In articles where imperial units (°F, inches) are preferred, input data in those units and specify the parameter units=imperial (see below). This parameter must be used so that the units are labeled correctly and so the conversion is done properly.
Examples
[edit]Float: right
[edit]Amsterdam | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
| [[Amsterdam]]
|0.5|5.4|62.1
|0.2|6.0|43.4
|2.4|9.2|58.9
|4.0|12.4|41.0
|7.8|17.1|48.3
|10.4|19.2|67.5
|12.5|21.4|65.8
|12.3|21.8|61.4
|10.2|18.4|82.1
|7.0|14.1|85.1
|3.9|9.2|89.0
|1.9|6.2|74.9
|float=right
|clear=right
}}
Float: left
[edit]Bilbao | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
| [[Bilbao]]
|6|13|15
|6|14|15
|7|16|15
|8|17|17
|11|19|16
|14|22|12
|16|25|11
|16|25|11
|14|24|11
|12|21|15
|9|17|15
|7|14|14
|float=left
|source=[http://www.bbc.co.uk/weather/ BBC Weather]
}}
Non-float
[edit]Coober Pedy | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
| [[Coober Pedy, South Australia|Coober Pedy]]
|20.7|36.4|17.4
|20.8|35.7|22.8
|18.2|32.8|12.9
|14|27.6|6.5
|10.1|23.3|13.1
|7.2|18.8|14.4
|6.3|18.7|7.8
|7.4|20.7|9.2
|10.1|24.5|8.4
|13.6|28.9|14.9
|16.6|32.1|11.6
|19.1|34.6|17.5
}}
Imperial units
[edit]Anchorage | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
| [[Anchorage, Alaska|Anchorage]]
|9|22|.68
|12|26|.74
|18|34|.65
|29|44|.52
|39|55|.7
|47|62|1.06
|52|65|1.7
|49|63|2.93
|41|55|2.87
|28|40|2.09
|16|28|1.09
|11|24|1.05
|float=right
|clear=right
|units=imperial
}}
Large precipitation numbers (without re-scaling)
[edit]Baguio City, Philippines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
|[[Baguio City, Philippines]]
|12 |22 |20
|13 |22 |20
|14 |24 |40
|15 |25 |100
|16 |24 |400
|16 |23 |430
|15 |21 |1070
|15 |21 |1160
|15 |21 |710
|15 |22 |380
|15 |23 |120
|13 |23 |50
|float=right
|clear=right
}}
Large precipitation numbers (with re-scaling)
[edit]Baguio City, Philippines | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Climate chart (explanation) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
{{climate chart
|[[Baguio City, Philippines]]
|12 |22 |20
|13 |22 |20
|14 |24 |40
|15 |25 |100
|16 |24 |400
|16 |23 |430
|15 |21 |1070
|15 |21 |1160
|15 |21 |710
|15 |22 |380
|15 |23 |120
|13 |23 |50
|maxprecip=1160
|float=right
|clear=right
}}
Values of |maxprecip=
less than or equal to 750 have no effect.