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 Happy5214 (talk | contribs) at 02:39, 3 January 2014 (Splitting Connecticut). 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)

--Connecticut
local CT = {}

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

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"}

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

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

CT.Route = CT.CT

CT.SR = {shield = "",
         link = "List of State Roads in Connecticut",
         abbr = "SR %route%"}
	      
CT.SSR = {shield = "",
          link = "List of Special Service Roads in Connecticut",
          abbr = "SSR %route%"}

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

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

return CT