Difference between revisions of "Module:Medical cases data/California"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mxn
(Created page with 'return { caption = "COVID-19 pandemic medical cases in California by county", outbreakIt...')
 
blackwiki>Mxn
Line 2: Line 2:
 
caption = "[[COVID-19 pandemic in California|COVID-19 pandemic medical cases in California]] by [[List of counties in California|county]]",
 
caption = "[[COVID-19 pandemic in California|COVID-19 pandemic medical cases in California]] by [[List of counties in California|county]]",
 
outbreakItem = "Q87455852",
 
outbreakItem = "Q87455852",
 +
regionItem = "Q13212489",
 
regionTerm = "Counties",
 
regionTerm = "Counties",
 
regionNamePattern = "(.+) County",
 
regionNamePattern = "(.+) County",

Revision as of 08:44, 5 June 2020

Documentation for this module may be created at Module:Medical cases data/California/doc

return {
	caption = "[[COVID-19 pandemic in California|COVID-19 pandemic medical cases in California]] by [[List of counties in California|county]]",
	outbreakItem = "Q87455852",
	regionItem = "Q13212489",
	regionTerm = "Counties",
	regionNamePattern = "(.+) County",
	regionArticleNamePattern = "(.+) County, California",
	populationDate = "2019-07-01",
	columns = {
		recoveries = "recovered",
	},
	notesByRegion = {
		-- Alameda County
		Q107146 = "Including cases in the City of Berkeley, which are reported by the Berkeley Public Health Division.",
	},
	columnNotes = {
		cases = "Cumulative cases reported by each county's health department. Cases reported are those of county residents, including those who tested positive elsewhere in California.",
		recoveries = "Counties differ in what they consider to be a recovery.",
	}
}