Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 593:
if args.name then
if line and line.title then
if icon then
return icon .. " " .. line.title
end
return line.title
end
if icon then
return icon .. " " .. data["system title"]
end
return data["system title"]
end
end