Jump to content

Module:Adjacent stations/Staten Island Railway former

From Wikipedia, the free encyclopedia

local sta = "%1 station"
local SIR = "%1 station (Staten Island Railway)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Staten Island Railway]]",
	["station format"] = {
		sta,
		["Arlington"] = SIR,
		["Clifton"] = SIR,
		["Elm Park"] = SIR,
		["Livingston"] = SIR,
		["New Brighton"] = SIR,
		["St. George"] = "[[St. George Terminal#Staten Island Railway station|St. George]]",
		["Tower Hill"] = SIR,
	},
	["lines"] = {
		["North Shore"] = {
			["title"] = "[[North Shore Branch]]",
			["color"] = "00005A",
			["left terminus"] = "Port Ivory",
			["right terminus"] = "St. George",
		},
		["South Beach"] = {
			["title"] = "[[South Beach Branch]]",
			["color"] = "00005A",
			["left terminus"] = "Clifton",
			["right terminus"] = "Wentworth Avenue",
		},
	},
}

return p