Content deleted Content added
rm |
banner logic |
||
Line 24:
["210"] = "Interstate 210 (Alabama)",
default = {hook = "splitlen",
AL.Future.link = AL.I.link
Line 42:
AL["US 1948"].shieldmain = "US %route% Alabama 1948.svg"
AL["US 1948"].link = AL.US.link
AL["US 1961"].link = AL.US.link
AL.SR = {
name = "State Route %route%",
width = "expand"}▼
abbr = "SR %route%",
width = "expand"
}
AL.AL = AL.SR
for _,type in ipairs({'SR'}) do
AL["SR-Bus"] = {shield = AL.SR.shield,▼
for _,auxType in ipairs({"Alt", "Bus", "Byp", "Conn", "Opt", "Scenic", "Spur", "Temp", "Truck"}) do
name = AL.SR.name .. " Business",▼
local spec = AL[" aux "][auxType]
AL["SR-" .. auxType] = {
shieldmain = AL.SR.shieldmain,
▲ width = "expand"}
aux = spec.aux,
}
end
end
▲ name = AL.SR.name .. " Truck",
▲ link = "Alabama State Route %route% Truck [dab||(%dab%)|]",
▲ banner = "Truck plate.svg",
AL["AL-Bus"] = AL["SR-Bus"]
AL.CR.name = "County Route %route%"
AL.CR.link = {
ifexists = true, } AL.Beach = {
shield = { ifexists = true, }, AL.SPR = {
shield = "", AL.FL = {alias = {module = "USA/FL", type = "SR"}}
Line 95 ⟶ 100:
AL.TNSec = {alias = {module = "USA/TN", type = "Sec"}}
AL.MS = {alias = {module = "USA/MS", type = "MS"}}
return AL
|