Module:Road data/strings/USA/IA and Module:Road data/strings/USA/IA/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
imported>Fredddie
add
 
imported>Fredddie
m fix dots (via WP:JWB)
 
Line 17: Line 17:
local util = require("Module:Road data/util")
local util = require("Module:Road data/util")
local format = mw.ustring.format
local format = mw.ustring.format
util.addAll(IA, require("Module:Road data/strings/USA"))
util.addAll(IA, require("Module:Road data/strings/USA/sandbox"))


local suffix = " ([dab||%dab%, |]Iowa)"
local suffix = " ([dab||%dab%, |]Iowa)"
local maint = "[[Iowa Department of Transportation|Iowa DOT]]"


IA.common = {
IA.common = {
Line 26: Line 27:
["first-data"] = "[[Iowa]]",
["first-data"] = "[[Iowa]]",
["second-label"] = "Counties",
["second-label"] = "Counties",
},
browse = "[[Iowa Primary Highway System]]",
browselinks = {
[1] = "[[List of Interstate Highways in Iowa|Interstate]]",
[2] = "[[List of U.S. Highways in Iowa|US]]",
[3] = "[[List of Iowa state highways|State]]",
[4] = "[[County roads in Iowa|Secondary]]",
[5] = "[[Iowa Scenic Byways|Scenic]]"
}
}
}
}
Line 42: Line 51:
}
}


for k, v in pairs(IA) do if k:find ("^I") then  
for k, v in pairs(IA) do if k:find ("^I-%a") then  
v.link = IA.I.link
v.link = IA.I.link
end
end
Line 51: Line 60:
IA.BL.abbr = IA.I.abbr .. " Business Loop"
IA.BL.abbr = IA.I.abbr .. " Business Loop"


for k, v in pairs(IA) do if k:find ("^BL") then
IA["I 1957"].link = IA.I.link
v.link = IA.BL.link
IA["I 1961"].link = IA.I.link          
end
end


IA.US.name = "U.S. Highway %route%"
IA.US.name = "U.S. Highway %route%"
IA.US.link = {
IA.US.link = {["32"] = "U.S. Route 6 in Iowa",
["32"] = "U.S. Route 6 in Iowa",
                ["55"] = "U.S. Route 55",
["55"] = "U.S. Route 55",
                ["151"] = "U.S. Route 151",
["151"] = "U.S. Route 151",
                ["161"] = "U.S. Route 161",
["161"] = "U.S. Route 161",
                ["163"] = "Iowa Highway 163",
["163"] = "Iowa Highway 163",
                ["218"] = "U.S. Route 218",
["218"] = "U.S. Route 218",
                ["275"] = "U.S. Route 275",
["275"] = "U.S. Route 275",
                default = "U.S. Route %route% in Iowa"}
default = "U.S. Route %route% in Iowa"
}


for k, v in pairs(IA) do if k:find ("^US %d") then  
for k, v in pairs(IA) do if k:find ("^US %d") then  
Line 74: Line 79:
end
end


for _,auxType in ipairs({"Alt", "Bus", "Byp", "City", "Conn", "Emerg", "Opt", "Scenic", "Spur", "Temp", "Toll", "Truck"}) do
for _,auxType in ipairs({"Alt", "Bus", "Byp", "Conn", "Opt", "Scenic", "Spur", "Temp", "Truck"}) do
local spec = IA[" aux "][auxType]
local spec = IA[" aux "][auxType]
for k, v in pairs(IA) do if k:find (auxType) then if k:find ("^US") then
for k, v in pairs(IA) do if k:find ("^US-%a+") then  
v.shield = IA["US 1961"].shield
v.name = IA.US.name .. " " .. spec.name
v.name = IA.US.name .. " " .. spec.name
v.link = IA.US.base .. " " .. spec.name .. suffix
v.link = IA.US.base .. " " .. spec.name .. suffix
end
end
end
end
end
Line 90: Line 93:
shield = "US %route% City 1926.svg",
shield = "US %route% City 1926.svg",
name = "City " .. IA.US.name,
name = "City " .. IA.US.name,
link = IA["US-City"].link,
link = IA.US.base .. " City" .. suffix,
abbr = "City " .. IA.US.abbr,
abbr = "City " .. IA.US.abbr
aux = IA[" aux "].City
}
}
IA["US 1948-City"] = IA["US 1926-City"]
IA["US 1948-City"] = IA["US 1926-City"]
Line 100: Line 102:
name = IA["US-Bus"].name,
name = IA["US-Bus"].name,
link = IA["US-Bus"].link,
link = IA["US-Bus"].link,
abbr = IA["US-Bus"].abbr,
abbr = IA["US-Bus"].abbr
aux = IA[" aux "].Bus
}
 
IA["US 1961-Alt"] = {
shield = IA["US 1961"].shield,
name = IA["US-Alt"].name,
link = IA["US-Alt"].link,
abbr = IA["US-Alt"].abbr,
banner = "Alternate plate 1961.svg",
bannersuffix = "1961",
aux = IA[" aux "].Alt
}
}
IA["US 1971"].shield = IA["US 1961"].shield


IA.IA = {
IA.IA = {
Line 132: Line 122:
for _,year in ipairs({"1926", "1948", "1961", "1980"}) do
for _,year in ipairs({"1926", "1948", "1961", "1980"}) do
IA["IA " .. year] = {
IA["IA " .. year] = {
shield = format("Iowa %%route%% %s.svg", year),
shield = {
arg = year,
["1926"] = "Iowa %route% 1926.svg",
["1948"] = "Iowa %route% 1926.svg",
["1961"] = {
hook = "splitlen",
split = 3,
above = "Circle sign %route% (small).svg",
below = {
hook = "splitlen",
split = 2,
above = "Elongated circle %route%.svg",
below = "Circle sign %route%.svg"
}
},
["1980"] = {
hook = "between",
lower = 10,
upper = 100,
yes = "Elongated circle %route%.svg",
no = "Circle sign %route%.svg"
}
},
name = IA.IA.name,
name = IA.IA.name,
link = IA.IA.link,
link = IA.IA.link,
abbr = IA.IA.abbr,
abbr = IA.IA.abbr,
width = "square",
width = "square",
bannersuffix = format("%s", year),
maint = {
arg = year,
default = "[[Iowa State Highway Commission]]",
["1980"] = maint
}
}
}
end
end
end
end
IA["IA 1948"].shield = IA["IA 1926"].shield
IA["IA 1961"].shield = {
hook = "splitlen",
split = 3,
above = "Circle sign %route% (small).svg",
below = {
hook = "splitlen",
split = 2,
above = "Elongated circle %route%.svg",
below = "Circle sign %route%.svg"
}
}
IA["IA 1980"].shield = {
hook = "between",
lower = 10,
upper = 100,
yes = "Elongated circle %route%.svg",
no = "Circle sign %route%.svg"
}
IA["IA 1980"].bannersuffix = "1971"


IA["IA-Bus"] = {
IA["IA-Bus"] = {
Line 169: Line 164:
abbr = IA.IA.abbr.." Business",
abbr = IA.IA.abbr.." Business",
banner = "Business plate.svg",
banner = "Business plate.svg",
width = "square",
width = "square"
aux = IA[" aux "].Bus
}
}


Line 180: Line 174:
banner = "Avenue of the Saints banner.svg"
banner = "Avenue of the Saints banner.svg"
}
}
IA.Lincoln.link = "Lincoln Highway in Iowa"
IA.Lincoln.abbr = "Lincoln Highway Heritage Byway"
IA.Jefferson.abbr = "Jefferson Highway Heritage Byway"
-- add new types above this line if you want it to have the state highway browse and maint
for k, v in pairs(IA) do if k:find ("^%a") then
v.maint = "[[Iowa Department of Transportation|Iowa DOT]]"
end
end
IA["IA 1926"].maint = "[[Iowa State Highway Commission]]"
IA["IA 1948"].maint = IA["IA 1926"].maint
IA["IA 1961"].maint = IA["IA 1926"].maint


IA.CR.link = {
IA.CR.link = {
Line 204: Line 184:
}
}
}
}
IA.CR.browse = "Secondary roads in Iowa"
IA.CR.browselinks = ""
IA.CR.maint = "[county||%county% County Highway Department|]"
IA.CR.maint = "[county||%county% County Highway Department|]"


Line 224: Line 206:
}
}


IA.Test = {
IA.Lincoln.link = "Lincoln Highway in Iowa"
shield = "Circle sign %route%.svg",
IA.Lincoln.abbr = "Lincoln Highway Heritage Byway"
shieldto = "US %route%.svg",
IA.Jefferson.abbr = "Jefferson Highway Heritage Byway"
bannerloc = "below",
 
link = IA.IA.link,
-- add new types above this line
linklist = IA.I.link,
for k, v in pairs(IA) do if k:find ("^%a") then
abbr = IA.IA.abbr,
v.browse = maint
bannersuffix = "orange",
v.browse = IA.common.browse
}
v.browselinks = IA.common.browselinks
end
end
            
            
IA.IL = {alias = {module = "USA/IL", type = "IL"}}
IA.IL = {alias = {module = "USA/IL", type = "IL"}}