Jump to content

Module:Road data/strings/USA/CT

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by C16sh (talk | contribs) at 23:48, 6 October 2014 (no need for pkwy/tpk abbreviations, in fact it is supposed to be fully spelled out according to MOS:RJL). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

--Connecticut
local CT = {}

CT.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Connecticut)",
        abbr = "I‑%route%",
        width = "expand"}

CT.US = {shield = "US %route% square.svg",
         link = "U.S. Route %route% [dab||(%dab%, Connecticut)|in Connecticut]",
         abbr = "US %route%"}

CT["US-Alt"] = {shield = CT.US.shield,
                link = "U.S. Route %route% Alternate ([dab||%dab%, |]Connecticut)",
                abbr = "US %route% Alt.",
                banner = "Alt plate.svg"}

CT["US-Bus"] = {shield = CT.US.shield,
                link = "U.S. Route %route% Business ([dab||%dab%, |]Connecticut)",
                abbr = "US %route% Bus.",
                banner = "Business plate.svg"}

CT.CT = {shield = "Connecticut Highway %route%.svg",
         link = "Connecticut Route %route%",
         abbr = "Route %route%"}

CT.Route = CT.CT

CT.CTTP = {shield = "Conn Tpk.gif",
           link = "Connecticut Turnpike",
           abbr = "Conn. Turnpike",
           width = 23}

CT.Merritt = {shield = "Merritt Pkwy Shield.svg",
              link = "Merritt Parkway",
              abbr = "Merritt Parkway"}

return CT