Modul:Road data/strings/USA/CT
Tampilan
--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["I 1957"] = {shield = "I-%route% (1957).svg",
name = CT.I.name,
link = CT.I.link,
abbr = CT.I.abbr}
CT["I 1961"] = {shield = {hook = "split",
split = 100,
above = "I-%route% (1961).svg",
below = "I-%route% (1957).svg"},
name = CT.I.name,
link = CT.I.link,
abbr = CT.I.abbr}
CT.US = {shield = "US %route% square.svg",
link = {["6A"] = "U.S. Route %route% [dab||(%dab%, Connecticut)|(Connecticut)]",
default = "U.S. Route %route% [dab||(%dab%, Connecticut)|in Connecticut]"},
abbr = "US %route%"}
CT["US 1961"] = {shield = "US %route% (1961).svg",
name = CT.US.name,
link = CT.US.link,
abbr = CT.US.abbr}
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.USBR = {alias = {module = "USA", type = "USBR"}}
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",
bannersuffix = "blue"}
CT.SSR = {shield = "",
link = {ifexists = true,
default = "Special Service Road %route% (Connecticut)",
otherwise = ""},
abbr = "SSR %route%"}
CT.SR = {shield = "",
link = {ifexists = true,
default = CT.CT.link,
otherwise = "List of State Roads in Connecticut"},
abbr = "SR %route%"}
return CT