Jump to content

Module:Jcon/data

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 20:07, 4 October 2018 (Reverted 5 edits by BrandonXLF (talk): No consensus reached for these changes. (TW)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {}

p.types = {Hwy = "Hwy", Highway = "Hwy", Sudbury = "Municipal", SB = "Municipal",
           ["Greater Sudbury"] = "Municipal", GS = "Municipal", Muskoka = "District",
           Durham = "Regional", Hamilton = "Regional", Halton = "Regional",
           Niagara = "Regional", Peel = "Regional", Ottawa = "Regional",
           Waterloo = "Regional", York = "Regional", KL = "KLR", ["Kawartha Lakes"] = "KLR",
           ["Durham Regional Highway"] = "RH", DRH = "RH", BCH = "CH",
           ["Brant County Highway"] = "CH", NCH = "CH", ["Norfolk County Highway"] = "CH"}

p.regions = {Hwy = '', Highway = '', KL = "Kawartha Lakes", SB = "Sudbury",
             ["Greater Sudbury"] = "Sudbury", GS = "Sudbury", BCH = "Brant",
             ["Brant County Highway"] = "Brant", CK = "Chatham-Kent",
             HH = "Haliburton", LG = "Leeds and Grenville", LA = "Lennox and Addington",
             NCH = "Norfolk", ["Norfolk County Highway"] = "Norfolk",
             PB = "Peterborough", PR = "Prescott and Russell",
             PEC = "Prince Edward", ["Prince Edward County"] = "Prince Edward",
             SDG = "Stormont, Dundas and Glengarry", ["Durham Regional Highway"] = "Durham",
             DRH = "Durham"}

return p