Content deleted Content added
No edit summary Tag: Reverted |
PlanetJuice (talk | contribs) add dual interstate/state route road type |
||
(2 intermediate revisions by one other user not shown) | |||
Line 71:
aux = spec.aux,
width = "expand",
shield = format("Alabama %%route%% %s.svg", year),▼
name = AL.SR.name.default,▼
link = AL.SR.link,▼
abbr = AL.SR.abbr,▼
}
end
Line 101 ⟶ 90:
AL["AL-Hidden"] = AL.SRD
--This is for designated state routes along U.S. Highways in Alabama, which are not signed. Meant to streamline existing practices.--
AL["SR 1960"] = {
}
AL["AL 1960"] = AL["SR 1960"]
AL.OSR = {
Line 138 ⟶ 135:
bannersuffix = "green"
}
AL.IAL = { --Infobox covering both Interstate and state hwy
shield = {AL.I.shield, AL.SR.shield},
shieldmain = {AL.I.shieldmain, AL.SR.shield},
name = AL.I.name .. " and " .. AL.SR.name,
link = "Interstate %route% (Alabama)",
abbr = "I-%route% / AL &route%",
bannersuffix = {"blue", ""}
}
AL.FL = {alias = {module = "USA/FL", type = "SR"}}
AL.GA = {alias = {module = "USA/GA", type = "SR"}}
|