Module:Adjacent stations/sandbox: Difference between revisions

Content deleted Content added
No edit summary
Undid revision 1094802721 by Gonnym (talk)
Line 593:
if args.name then
if line and line.title then
ifreturn icon then.. " " .. line.title
return icon .. " " .. line.title
end
return line.title
end
ifreturn icon then.. " " .. data["system title"]
return icon .. " " .. data["system title"]
end
return data["system title"]
end
end
Line 654 ⟶ 648:
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 .. " " .. line.data["system title"]
end
return icon .. " " .. data["system title"]
end
return icon