Content deleted Content added
maybe now? |
fixes |
||
Line 19:
local suffix = " [dab||(%dab%, North Carolina)|]"
local suffix2 = " [dab||(%dab%)|]"
local maint = "[[North Carolina Department of Transportation|NCDOT]]"
Line 60 ⟶ 61:
}
NC["US 1926"].shieldmain = "US %route% North Carolina 1926.svg"▼
NC["US 1948"].shieldmain = "US %route% North Carolina 1948.svg"▼
NC["US 1961"].shield = "US %route% North Carolina 1950.svg"▼
NC["US 1950"] = NC["US 1961"]▼
NC["US-Toll"] = {▼
shield = NC.US.shield,▼
name = NC.US.name,▼
link = NC.US.link,▼
abbr = NC.US.abbr,▼
banner = "Toll plate yellow.svg",▼
width = "expand"▼
}▼
NC["US-Toll-Byp"] = {▼
shield = NC.US.shield,▼
width = "expand"▼
NC.NC = {
Line 97 ⟶ 70:
},
name = {
["106"] = "Georgia State Route 246 and<br>North Carolina Highway %route%",▼
default = "North Carolina Highway %route%",
},
link = "North Carolina Highway %route% [dab||(%dab%)|]",
Line 121 ⟶ 94:
NC["NC 1957"] = NC["NC 1949"]
for _,type in ipairs({'US', 'NC'}) do▼
for _,type in ipairs({'US', 'US 1926', 'US 1948', 'US 1961'}) do
for _,auxType in ipairs({"Alt", "Bus", "Byp", "Conn", "Opt", "Scenic", "Spur", "Temp", "Truck"}) do
local spec = NC[" aux "][auxType]
NC[type .. "-" .. auxType] = {
shield = NC[type].shield,
shieldmain = NC[type].
name = NC[type].
link = NC[type].base .. " " .. spec.name ..
abbr = NC[type].abbr .. " " .. spec.abbrsuffix,
banner = spec.bannerprefix .. " plate.svg",
Line 137 ⟶ 112:
end
NC["US
NC["US
NC["US
NC["US 1950-
▲NC["US 1950-Bus"] = NC["US 1961-Bus"]
NC["US 1950-Bus"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Byp"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Byp"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US 1950-Conn"] = NC["US 1961-Conn"]
NC["US 1950-Conn"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Conn"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US 1950-Opt"] = NC["US 1961-Opt"]
NC["US 1950-Opt"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Opt"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US 1950-Spur"] = NC["US 1961-Spur"]
NC["US 1950-Spur"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Spur"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US 1950-Temp"] = NC["US 1961-Temp"]
NC["US 1950-Temp"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Temp"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US 1950-Truck"] = NC["US 1961-Truck"]
NC["US 1950-Truck"].shield = "US %route% North Carolina 1950.svg"
NC["US 1950-Truck"].shieldmain = "US %route% North Carolina 1950.svg"
NC["US
shield = NC
name = NC
link = NC
abbr = NC
banner = "
▲ width = "expand"
}
▲NC["US-Toll-Byp"] = {
▲ shield = NC.US.shield,
▲ name = NC.US.name .. " Bypass",
▲ width = "expand"
▲}
for _,auxType in ipairs({"Alt", "Bus", "Byp", "Conn", "Opt", "Scenic", "Spur", "Temp", "Truck"}) do
local spec = NC[" aux "][auxType]
NC["NC-" .. auxType] = {
shieldmain = NC.NC.shieldmain,
name = "North Carolina Highway %route%" .. " " .. spec.name,
link = NC.NC.base .. " " .. spec.name .. suffix2,
abbr = NC.NC.abbr .. " " .. spec.abbrsuffix,
banner = spec.bannerprefix .. " plate.svg",
aux = spec.aux,
width = NC.NC.width
}
end
end
NC["NC-Toll"] = {
|