Jump to content

Module:Climate chart/configuration

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 06:26, 8 June 2023 (start a config file). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return {
	i18n = {
		explainer = 'Climate chart ([[Template:Climate chart/How to read a climate chart|explanation]])',
		months = { 'J', 'F', 'M', 'A', 'M', 'J', 'J', 'A', 'S', 'O', 'N', 'D' },
		explainer_key = '█',
		explainer_celsius = ' Average max. and min. temperatures in °C',
		explainer_fahrenheit = ' Average max. and min. temperatures in °F',
		explainer_in = ' Precipitation totals in inches',
		explainer_mm = ' Precipitation totals in mm',
		source = 'Source: %s',
		secondary_title_metric = 'Metric conversion',
		secondary_title_imperial = 'Imperial conversion',
	},
	keyword = {
		imperial = 'imperial'
	},
	arg = {
		title = 1,
		units = 'units',
		clear = 'clear',
		width = 'width',
		float = 'float',
	}
}