Module:Adjacent stations: Difference between revisions

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