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 Mitchazenia (talk | contribs) at 23:02, 2 June 2014 (Changed protection level of Module:Road data/strings/USA/CT: Adjust per request, highly visible template. ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))). 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% 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. Tpk.",
           width = 23}

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

return CT