Module:Adjacent stations: Difference between revisions

Content deleted Content added
m remove key aliases (data.color and data.icon)
m ?
Line 371:
local _through = args[v]['through-' .. b] or args[v]['through']
local _through_data = getLine(data[v], _through)
if _through_data then _through = _through_data['line title'] or _through end
sideCell[i] = _through and "''" .. i18n[lang]['through'](_through) .. "''"
or "''" .. ((args[v]['reverse-' .. b]