Jump to content

Module:Climate chart/configuration: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
start a config file
 
add a handful more, will do the others in the code direct
Line 21: Line 21:
width = 'width',
width = 'width',
float = 'float',
float = 'float',
max_precipitation = 'maxprecip',
source = 'source'
}
}
}
}

Revision as of 00:45, 9 June 2023

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',
		max_precipitation = 'maxprecip',
		source = 'source'
	}
}