Omniversalis Wikia
Advertisement

Documentation for this module may be created at Module:Road data/strings/USA/CT/doc

--Connecticut
local CT = {}

CT.I = {shield = "I-%route%.svg",
        link = {["384"] = "Interstate 384",
                ["395"] = "Interstate 395 (Connecticut–Massachusetts)",
                ["684"] = "Interstate 684",
                ["691"] = "Interstate 691",
                default = {hook = "split",
                           split = 100,
                           above = "Interstate %route% (Connecticut)",
                           below = "Interstate %route% in 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"}

CT.SSR = {shield = "",
          link = {ifexists = true,
                   default = "Special Service Road %route% (Connecticut)",
                   otherwise = ""},
          abbr = "SSR %route%"}

return CT
Advertisement