Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
?
Line 748:
if data then
line, lineN = getLine(data, lineN)
if not line then return error(i18n[lang]['error_unknown'](lineN)) end
if typeN and data and data['aliases'] then typeN = data['aliases'][mw.ustring.lower(typeN)] or typeN end
local Type = line['types'] and line['types'][typeN]