Content deleted Content added
fix |
+INC type |
||
(2 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 40:
NC["Future"].shield = "I-%route%.svg"
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 210 ⟶ 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
|