Content deleted Content added
m fix dots (via WP:JWB) |
m Fixing layout errors |
||
(3 intermediate revisions by one other user not shown) | |||
Line 145:
}
-- add new types above this line if you want it to have the state
for k, v in pairs(LA) do if k:find ("^%a") then
v.maint = "[[Louisiana Department of Transportation and Development|Louisiana DOTD]]"
end
end
Line 160 ⟶ 153:
-- CR is defined by Module:Road data/strings/USA
LA.CR.name = "Parish Road %route%"
LA.CR.shieldmain = "[parish||%parish%|%county%] Parish %route%.svg"
LA.CR.link = "
LA.CR.abbr = "PR %route%"
LA.CR.maint = ""
LA.PR = LA.CR
|