Modul:Road data/strings/USA/DE
Tampilan
--Delaware
local DE = {}
DE.I = {shield = "I-%route%.svg",
link = "Interstate %route% (Delaware)",
abbr = "I-%route%",
width = "expand"}
DE["I 1957"] = {shield = "I-%route% (1957).svg",
link = DE.I.link,
abbr = DE.I.abbr}
DE["I-Toll"] = {shield = DE.I.shield,
link = DE.I.link,
abbr = DE.I.abbr,
width = "expand",
banner = "Toll plate yellow.svg"}
DE.US = {shield = "US %route%.svg",
link = "U.S. Route %route% in Delaware",
abbr = "US %route%",
width = "expand"}
DE["US-Alt"] = {shield = DE.US.shield,
link = "U.S. Route %route% Alternate ([dab||%dab%, |]Delaware)",
abbr = "US %route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
DE["US-Bus"] = {shield = DE.US.shield,
link = "U.S. Route %route% Business ([dab||%dab%, |]Delaware)",
abbr = "US %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
DE["US-Byp"] = {shield = DE.US.shield,
link = "U.S. Route %route% Bypass ([dab||%dab%, |]Delaware)",
abbr = "US %route% Byp.",
banner = "By-pass plate.svg",
width = "expand"}
DE["US-Toll"] = {shield = DE.US.shield,
link = DE.US.link,
abbr = DE.US.abbr,
width = "expand",
banner = "Toll plate yellow.svg"}
DE["US-Truck"] = {shield = DE.US.shield,
link = "U.S. Route %route% Truck ([dab||%dab%, |]Delaware)",
abbr = "US %route% Truck",
banner = "Truck plate.svg",
width = "expand"}
DE["US 1926"] = {shield = "US %route% (1926).svg",
link = DE.US.link,
abbr = DE.US.abbr,
width = "US1926"}
DE["US 1948"] = {shield = "US %route% (1948).svg",
link = DE.US.link,
abbr = DE.US.abbr,
width = "US1926"}
DE["US 1961"] = {shield = "US %route% (1961).svg",
link = DE.US.link,
abbr = DE.US.abbr}
DE["US 1961-Alt"] = {shield = DE["US 1961"].shield,
link = DE["US-Alt"].link,
abbr = DE["US-Alt"].abbr,
banner = "Alt plate.svg"}
DE["US 1961-Byp"] = {shield = DE["US 1961"].shield,
link = DE["US-Byp"].link,
abbr = DE["US-Byp"].abbr,
banner = "By-pass plate.svg"}
DE["US 1948-Alt"] = {shield = DE["US 1948"].shield,
link = DE["US-Alt"].link,
abbr = DE["US-Alt"].abbr,
banner = "Alt plate.svg",
width = "US1926"}
DE.SR = {shield = {hook = "splitlen",
split = 3,
above = "Ellipse sign %route%.svg",
below = "Elongated circle %route%.svg"},
link = "Delaware Route %route% [dab||(%dab%)|]",
abbr = "DE %route%",
width = "expand"}
DE.DE = DE.SR
DE["SR-Bus"] = {shield = DE.SR.shield,
link = "Delaware Route %route% Business [dab||(%dab%)|]",
abbr = "DE %route% Bus.",
banner = "Business plate.svg",
width = "expand"}
DE["DE-Bus"] = DE["SR-Bus"]
DE["SR-Alt"] = {shield = DE.SR.shield,
link = "Delaware Route %route% Alternate [dab||(%dab%)|]",
abbr = "DE %route% Alt.",
banner = "Alt plate.svg",
width = "expand"}
DE["DE-Alt"] = DE["SR-Alt"]
DE["SR-Truck"] = {shield = DE.SR.shield,
link = "Delaware Route %route% Truck [dab||(%dab%)|]",
abbr = "DE %route% Truck",
banner = "Truck plate.svg",
width = "expand"}
DE["DE-Truck"] = DE["SR-Truck"]
DE["SR-Toll"] = {shield = DE.DE.shield,
link = DE.DE.link,
abbr = "DE %route% Toll",
banner = "Toll plate yellow.svg",
width = "expand"}
DE["DE-Toll"] = DE["SR-Toll"]
DE["SR 1978"] = {shield = {hook = "splitlen",
split = 3,
below = "Circle sign %route%.svg",
above = "Elongated circle %route%.svg"},
link = DE.SR.link,
abbr = DE.SR.abbr,
width = "expand"}
DE["DE 1978"] = DE["SR 1978"]
DE["SR 1978-Alt"] = {shield = DE["SR 1978"].shield,
link = DE["SR-Alt"].link,
abbr = DE["SR-Alt"].abbr,
banner = "Alt plate.svg",
width = "expand"}
DE["DE 1978-Alt"] = DE["SR 1978-Alt"]
DE["SR 1970"] = {shield = "Circle sign %route%.svg",
link = DE.SR.link,
abbr = DE.SR.abbr,
width = "square"}
DE["DE 1970"] = DE["SR 1970"]
DE["SR 1964"] = {shield = "Delaware %route% 1964.svg",
link = "Delaware Route %route% [dab||(%dab%)|]",
abbr = "DE %route%"}
DE["DE 1964"] = DE["SR 1964"]
DE["SR 1955"] = {shield = "Delaware %route% 1955.svg",
link = "Delaware Route %route% [dab||(%dab%)|]",
abbr = "DE %route%",
width = 17}
DE["DE 1955"] = DE["SR 1955"]
DE["SR 1926"] = {shield = "Delaware %route% 1926.svg",
link = "Delaware Route %route% [dab||(%dab%)|]",
abbr = "DE %route%",
width = 17}
DE["DE 1926"] = DE["SR 1926"]
DE.DETP = {shield = "Delaware Turnpike logo.gif",
link = "Delaware Turnpike",
abbr = "Delaware Turnpike",
width = 29}
DE.NJTP = {alias = {module = "USA/NJ", type = "NJTP"}}
DE.DEMD = {shield = {DE.SR.shield, "MD Route %route%.svg"},
link = "Route %route% (Delaware–Maryland)",
abbr = "DE / MD %route%",
width = 40}
DE.MD = {alias = {module = "USA/MD", type = "MD"}}
DE.SBR = {shield = "US Bike %route% (M1-8).svg",
link = "Delaware Bicycle Route %route%",
abbr = "Bike Route %route%"}
DE.road = {alias = {module = "USA", type = "road"}}
return DE