Module:Adjacent stations: Difference between revisions

Content deleted Content added
m test
m fix
Line 147:
end
end
table.insert(t, '\n|-\n|')
table.insert(t, table.concat({'\n|', style['body leftcell'], left[v], leftTerminus[v], '\n|'}))
table.insert(t, table.concat({'\n|', style['body banner'], colour[v], '"| ',
'\n|', style['body midcell'], lineTitle[v], '<div style="font-size: smaller">', note[v], '</div>',
'\n|', style['body banner'], colour[v], '"|&nbsp;', '\n|'}))
table.insert(t, table.concat({'\n|', style['body rightcell'], right[v], rightTerminus[v]}))
end
end