Module:Ontario

From the AARoads Wiki: Read about the road before you go
Jump to navigation Jump to search

Documentation for this module may be created at Module:Ontario/doc

local p = {
	Algoma = "District",
	Cochrane = "District",
	Kenora = "District",
	Manitoulin = "District",
	Nipissing = "District",
	["Parry Sound"] = "District",
	["Rainy River"] = "District",
	Sudbury = "District",
	["Thunder Bay"] = "District",
	Timiskaming = "District",
	Durham = "Regional Municipality",
	Halton = "Regional Municipality",
	Niagara = "Regional Municipality",
	Peel = "Regional Municipality",
	Waterloo = "Regional Municipality",
	York = "Regional Municipality",
	["Ottawa–Carleton"] = "Regional Municipality",
	Muskoka = "District Municipality",
	Hamilton = "",
	Brant = "County",
	Bruce = "County",
	Dufferin = "County",
	Elgin = "County",
	Frontenac = "County",
	Grey = "County",
	Haldimand = "County",
	Haliburton = "County",
	Hastings = "County",
	Lambton = "County",
	Lanark ="County",
	["Lennox and Addington"] = "County",
	Peterborough = "County",
	["Prince Edward"] = "County",
	Renfrew = "County",
	Simcoe = "County",
	Essex = "County",
	Huron = "County",
	Middlesex = "County",
	Norfolk = "County",
	Northumberland = "County",
	Oxford = "County",
	Perth = "County",
	Wellington = "County",
	["Leeds and Grenville"] = "County",
	["Prescott and Russell"] = "County",
	["Stormont, Dundas and Glengarry"] = "County",
	Sarnia = "",
	Toronto = "",
	Ottawa = ""
}

return p