Jump to content

Module:Road data/strings/CAN/QC

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Happy5214 (talk | contribs) at 11:43, 21 March 2014 (Created page with '-- Quebec local QC = {} QC.QC = {shield = "Qc%route%.svg", link = "Quebec Route %route%", abbr = "Route %route%"} QC.Route = QC.QC QC.A = {s...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Quebec
local QC = {}

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"] = "Queen Elizabeth Way",
                 default = "Highway %route%"}}

return QC