Module:Infobox road/sections and Module:Infobox road/sections/sandbox: Difference between pages
Appearance
(Difference between pages)
Content deleted Content added
match lower section so that From/To is consistent, pending improvements to check for "direction" or replace these with "Terminus" |
No edit summary |
||
Line 88: | Line 88: | ||
infobox_args[directionAn] = dir_a .. " end" |
infobox_args[directionAn] = dir_a .. " end" |
||
else |
else |
||
infobox_args[directionAn] = " |
infobox_args[directionAn] = "Terminus" |
||
end |
end |
||
Line 100: | Line 100: | ||
infobox_args[directionBn] = dir_b .. " end" |
infobox_args[directionBn] = dir_b .. " end" |
||
else |
else |
||
infobox_args[directionBn] = " |
infobox_args[directionBn] = "Terminus" |
||
end |
end |
||