Content deleted Content added
fix |
+INC type |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 24:
["87"] = "Interstate 87 (North Carolina)",
["485"] = "Interstate 485",
["540"] = "Interstate 540
["785"] = "Interstate 785",
default = {
Line 38:
end
end
NC["
NC["I-Future"].shield = NC["Future"].shield
NC["Future"].shieldmain = NC["Future"].shield
NC["I-Future"].shieldmain = NC["Future"].shield
NC["I-Future"].banner = "Future plate blue.svg"
Line 166 ⟶ 169:
for _,year in ipairs({"1945", "1957"}) do
NC["NC " .. year] = {
shield = format("
name = NC.NC.base,
name = NC.NC.name,
Line 209 ⟶ 212:
NC.SR = { abbr = "SR %route%"}
NC.Sec = NC.SR
NC.INC = {
shield = {NC.I.shield, NC.NC.shield},
shieldmain = {NC.I.shieldmain, NC.NC.shield},
name = NC.I.name .. " and " .. NC.NC.name.default,
abbr = "I-%route% / NC &route%",
bannersuffix = {"blue", ""}
-- add new types above this line if you want it to have the state highway browse and maint
for k, v in pairs(NC) do if k:find ("^%a") then
v.maint = "[[North Carolina Department of Transportation|NCDOT]]"
▲ [1] = "[[List of Interstate Highways in North Carolina|Interstate]]",
▲ }
end
end
|