Lines edit source

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local ca = "%1 station (Detroit)"

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",
		["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