Module:Adjacent stations/Rochester Subway

From Wikipedia, the free encyclopedia

local roc = "%1 station (Rochester)"
local ny = "%1 station (New York)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Rochester Subway]]",
	["system icon"] = "",
	["name format"] = "background-color: white; font-size: 175%; font-family: helvetica; color: #961A0E; font-weight: bolder; font-style: bold; text-transform: uppercase; padding: 0.6em 0 0.6em 0; border-style: solid; border-width: 2px; border:-color: #961A0E;",
	["station format"] = {
		"%1 station",
		["City Hall"] = roc,
		["Clinton"] = roc,
		["Court Street"] = roc,
		["Elmwood"] = ny,
		["Emerson"] = ny,
		["Glenwood"] = roc,
		["Highland"] = ny,
		["Lexington"] = roc,
		["Monroe"] = ny,
		["Sunset"] = ny,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "961A0E",
		},
		["Dewey Avenue"] = {
			["title"] = "Dewey Avenue Branch",
			["left terminus"] = "Kodak Park",
			["right terminus"] = "Edgerton Park",
			["note-mid"] = "Service ended 1956",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "General Motors",
			["right terminus"] = "Rowlands",
			["note-mid"] = "Service ended 1956",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p