Content deleted Content added
m fix dots (via WP:JWB) |
PlanetJuice (talk | contribs) add dual interstate/state route road type |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 81:
abbr = "State Park Road %route%"
}
AL.SRD = {
name = "State Route %route%",
abbr = "SR %route%",
}
AL.ALD = AL.SRD
AL["SR-Hidden"] = AL.SRD
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"] = {
shield = "Alabama %route% (1960).svg",
name = AL.SR.name,
link = AL.SR.link,
abbr = AL.SR.abbr
}
AL["AL 1960"] = AL["SR 1960"]
AL.OSR = {
name = "State Road %route%",
abbr = "SR %route%",
link = "State Road %route% (Alabama pre-1928[dab||, %dab%|])"
}
AL.OAL = AL.OSR
AL["Old-SR"] = AL.OSR
AL["Old-AL"] = AL.OSR
--These are for the state road system Alabama used prior to the 1928 renumbering. Currently, no known examples of the shields for these have been found.--
-- add new types above this line if you want it to have the state highway browse and maint
Line 105 ⟶ 132:
link = "%route% Beach Express",
abbr = "%route% Beach Express",
maint = "Beach Express",
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"}}
|