Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
test enabling "station type" for Template:infobox station
Line 811:
else
result = ''
end
end
if style == 'station type' then
if station then
result = station
elseif data then
local tmp = data['station type'] and getValue(data['station type'])
return tmp or ''
end
end