Module:Adjacent stations: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 226:
end
local rows = frame:getParent().args.rows or 'all'
local row = {
['all'] = table.concat({p.top(), p.rail(data), p.line(data, args), p.bottom()})