Jump to content

Module:Adjacent stations/SEMTA

From Wikipedia, the free encyclopedia

local semta = "%1 station (SEMTA)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Southeastern Michigan Transportation Authority|SEMTA]]",
	["name format"] = "text-transform: uppercase; background-color: #ffffff; font-size: 175%; font-family: helvetica; color: black; font-weight: bolder; font-style: bold; padding:5px;",
	["header text color"] = "FFFFFF",
	["system color"] = "eb7400",
	["station format"] = {
		"%1 station",
		["Charing Cross"] = semta,
		["Detroit"] = "Brush Street Station",
		["Milwaukee Junction"] = "Milwaukee Junction",
		["Pontiac"] = "Pontiac Transportation Center",
	},
	["lines"] = {
		["Silver Streak"] = {
			["title"] = "''[[SEMTA Commuter Rail|Silver Streak]]''",
			["color"] = "eb7400",
			["left terminus"] = "Detroit",
			["right terminus"] = "Pontiac",

		},
	},
}

return p