Content deleted Content added
temp fix |
+2 types |
||
Line 112:
for _,type in ipairs({'US', 'US 1926', 'US 1948', 'US 1950', 'US 1961'}) do
for _,auxType in ipairs({"Alt", "Bus", "Byp", "Conn", "Opt", "Scenic", "Spur", "Temp", "Toll", "Truck"}) do
local spec = NC[" aux "][auxType]
NC[type .. "-" .. auxType] = {
Line 127:
end
NC["US-Toll"].banner =
name = NC.US.name,▼
link = NC.US.link,▼
abbr = NC.US.abbr,▼
banner = "Toll plate yellow.svg",▼
width = "expand"▼
}▼
NC["US-Toll-Byp"] = {
Line 151 ⟶ 144:
abbr = NC["US-Bus"].abbr.. " Truck",
banner = "Truck business plate.svg",
▲ width = "expand"
▲}
NC["US-Alt2"] = {
shield = {"US %route%.svg", "US %route%A.svg"},
banner = {"Alt plate.svg", ""},
width = "expand"
}
NC["US 1950-Alt2"] = {
shield = {"US %route% South Carolina 1948.svg", "US %route%A North Carolina 1950.svg"},
name = NC["US-Alt"].name,
link = NC["US-Alt"].link,
abbr = NC["US-Alt"].abbr,
width = "expand"
}
|