Content deleted Content added
No edit summary |
halle-frickin-lujah it finally works |
||
Line 11:
-- return "|style=\"background-color:#ffdead;\" title=\"Future route\"|fut|"
-- elseif
if decommissioned ~= '0' then --this is a decommissioned route
return '|- style=\"background-color:#d3d3d3;\" title=\"Former route\"\n'
else --this is a normal route
return '|- \n'
end
end
|