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 Fredddie (talk | contribs) at 16:51, 30 April 2016 (I'm sure there's a nicer way to do this, but this should work). 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 = {["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 = {hook = "split",
                           split = 400,
                           below = "Connecticut Highway %route%.svg", 
                           above = ""},
         link = {hook = "split",
                           split = 400,
                           below = "Connecticut Route %route%",
                           above = {hook = "split",
                           split = 500,
                           below = "Special Service Road %route% (Connecticut)",
                           above = "Connecticut State Road %route%"}},
         abbr = {hook = "split",
                           split = 400,
                           below = "Route %route%",
                           above = {hook = "split",
                           split = 500,
                           below = "SSR %route%",
                           above = "SR %route%"}}}


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",
             bannersuffix = "blue"}
             
CT.Route = CT.CT
CT.SSR = CT.CT
CT.SR = CT.CT
CT["State Road"] = CT.CT

return CT