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

Content deleted Content added
testing
m Fixing layout errors
 
(2 intermediate revisions by one other user not shown)
Line 145:
}
 
-- add new types above this line if you want it to have the state highway browse and maint
for k, v in pairs(LA) do if k:find ("^%a") then
v.maint = "[[Louisiana Department of Transportation and Development|Louisiana DOTD]]"
v.browse = "Louisiana Highway System"
v.browselinks = {
[1] = "[[List of Interstate Highways in Louisiana|Interstate]]",
[2] = "[[List of U.S. Highways in Louisiana|US]]",
[3] = "[[List of state highways in Louisiana|State]]",
[4] = "[[Louisiana Scenic Byways|Scenic]]"
}
end
end
 
local county = "%parish%" or "%county%"
 
-- CR is defined by Module:Road data/strings/USA
LA.CR.name = "Parish Road %route%"
LA.CR.shieldmain = county .. "[parish||%parish%|%county%] Parish %route%.svg"
LA.CR.link = "[parish||Parish Road %route% (" .. [parish||%parish%|%county .. "%] Parish, Louisiana)|]"
LA.CR.abbr = "PR %route%"
LA.CR.maint = ""