Module:Road data/strings/CAN/QC

Frae Wikipedia, the free beuk o knawledge
-- Quebec
local QC = {}

QC.I = {shield = "I-%route%.svg",
        link = "Interstate %route%",
        abbr = "I-%route%"}

QC.QC = {shield = "Qc%route%.svg",
         link = "Quebec Route %route%",
         abbr = "Route %route%"}

QC.Route = QC.QC

QC.A = {shield = "Quebec Autoroute %route%.svg",
        link = "Quebec Autoroute %route% [dab||(%dab%)|]",
        abbr = "A-%route%"}

QC.Autoroute = QC.A

QC.TCH = {shield = "Trans-Canada Highway shield.svg",
          link = "Trans-Canada Highway",
          abbr = "TCH"}

QC.ON = {shield = {["2A"] = "Ontario 2A.svg",
                   ["7A"] = "Ontario 7A.svg",
                   ["58A"] = "Ontario 58A.svg",
                   ["407"] = "Highway407crest.png",
                   default = {hook = "split",
                              split = 500,
                              above = {ifexists = true,
                                       default = "Ontario Highway %route%.svg",
                                       otherwise = "Ontario Highway %route%.png"},
                              below = {ifexists = true,
                                       default = "Ontario %route%.svg",
                                       otherwise = "Ontario Highway %route%.svg"}}},
         link = {["QEW"] = "Queen Elizabeth Way",
                 default = "Ontario Highway %route%"},
         abbr = {["QEW"] = "QEW",
                 default = "Highway %route%"}}

return QC