Module:Road data/strings/USA/NC: Difference between revisions

Content deleted Content added
add
+INC type
 
(One intermediate revision by one other user not shown)
Line 24:
["87"] = "Interstate 87 (North Carolina)",
["485"] = "Interstate 485",
["540"] = "Interstate 540 and (North Carolina Highway 540)",
["785"] = "Interstate 785",
default = {
Line 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,
[1] link = "[[List of Interstate Highways in%route% (North Carolina|Interstate]])",
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]]"
v.browse = "[[North Carolina Highway System]]"
v.browselinks = {
[1] = "[[List of Interstate Highways in North Carolina|Interstate]]",
[2] = "[[List of U.S. Highways in North Carolina|US]]",
[3] = "[[List of state highways in North Carolina|State]]",
[4] = "[[North Carolina Scenic Byways|Scenic]]"
}
end
end