Module:Adjacent stations/SunRail
MyWikiBiz, Author Your Legacy — Thursday November 06, 2025
< Module:Adjacent stations
Jump to navigationJump to searchRevision as of 18:48, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/SunRail)
Documentation 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