Module:Adjacent stations/SunRail
MyWikiBiz, Author Your Legacy — Thursday February 13, 2025
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/SunRail/doc
local sunrail = "%1 station (SunRail)" local p = { ["system title"] = "[[Florida Department of Transportation|Florida DOT]]", ["system color"] = "00788A", ["name format"] = "font-size: 150%; font-family:Arial, sans; font-weight: bolder; line-height: 100%; color=000000;", ["header background color"] = "00788A", ["station format"] = { "%1 station", ["Church Street"] = "Church Street Station (Orlando)", ["Longwood"] = sunrail, ["Lynx Central"] = "Lynx Central Station", ["Orlando International Airport"] = "Orlando International Airport Intermodal Terminal", ["Sanford"] = sunrail, }, ["lines"] = { ["SunRail"] = { ["title"] = "[[SunRail]]", ["color"] = "00788A", ["left terminus"] = "Poinciana", ["right terminus"] = "DeBary", ["types"] = { ["Airport"] = { ["title"] = "", ["note-mid"] = "Airport Link (proposed)", ["left terminus"] = "Sand Lake Road", ["right terminus"] = "Orlando International Airport", }, }, }, }, } return p