پودمان:Road data/strings/USA/DE

توضیحات پودمان[ایجاد] [پاکسازی]
--Delaware
local DE = {}

DE.I = {shield = "I-%route%.svg",
        link = "Interstate %route% (Delaware)",
        abbr = "I‑%route%",
        width = "expand"}

DE["I 1957"] = {shield = "I-%route% (DE 1957).svg",
                link = "Interstate %route% (Delaware)",
                abbr = "I‑%route%"}   
                
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-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% Delaware 1926.svg",
                 link = DE.US.link,
                 abbr = DE.US.abbr,
                 width = "US1926"}

DE["US 1948"] = {shield = "US %route% Delaware 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 = "Elongated circle %route%.svg",
         link = "Delaware Route %route% [dab||(%dab%)|]",
         abbr = "DE %route%",
         width = "expand"}

DE.DE = DE.SR

DE["SR-Bus"] = {shield = "Elongated circle %route%.svg",
                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 = "Elongated circle %route%.svg",
                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 = "Elongated circle %route%.svg",
                  link = "Delaware Route %route% Truck [dab||(%dab%)|]",
                  abbr = "DE %route% Truck",
                  banner = "Truck plate.svg",
                  width = "expand"}

DE["DE-Truck"] = DE["SR-Truck"]

DE["DE-Toll"] = {shield = DE.DE.shield,
                link = DE.DE.link,
                abbr = DE.DE.abbr,
                banner = "Toll plate yellow.svg",
                width = "expand"}

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.DETP = {shield = "Delaware Turnpike logo.gif",
           link = "Delaware Turnpike",
           abbr = "Delaware Turnpike",
           width = 29}

DE.NJTP = {shield = "New Jersey Turnpike Shield.svg",
           link = "New Jersey Turnpike",
           abbr = "N.J. Turnpike"}
           
DE.DEMD = {shield = {"Elongated circle %route%.svg", "MD Route %route%.svg"},
           link = "Route %route% (Delaware–Maryland)",
           abbr = "DE / MD %route%",
           width = 40}

DE.MD = {alias = {module = "USA/MD", type = "MD"}}

return DE