Module:Adjacent stations/SunRail

From Wikipedia, the free encyclopedia

local sunrail = "%1 station (SunRail)"

local p = {
	["system title"] = "[[SunRail]]",
	["system icon"] = "[[File:SunRail logo.png|18px|link=SunRail]]",
	["system color"] = "00788A",
	["name format"] = "font-family: Helvetica; font-size: 160%; background-color: #00788A; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; text-align: center;",
	["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"] = "Sunshine Corridor (proposed)",
					["left terminus"] = "International Drive South",
					["right terminus"] = "Orlando International Airport",
				},
			},
		},
	},
}

return p