Module:Sandbox/BrandonXLF/3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 187:
if type(data) == 'table' then
for roadType, info in pairs(data) do
local localOut = ''
Line 218 ⟶ 217:
if localOut ~= '' then
out = out .. '<br>' .. localOut .. ' ' .. subpage .. ' ' .. roadType
end
end