Module:Adjacent stations/IRT

This is a data module for Module:Adjacent stations. It supports services operated by Interborough Rapid Transit Company.

Module:Adjacent stations/IRT

local second = "%1 station (IRT Second Avenue Line)"
local third = "%1 station (IRT Third Avenue Line)"
local sixth = "%1 station (IRT Sixth Avenue Line)"
local ninth = "%1 station (IRT Ninth Avenue Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Interborough Rapid Transit Company|Interborough Rapid Transit]]",
	["name format"] = "font-family: Arial; background-color: #0C133D; font-size: 200%; text-transform:uppercase; color: white; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 7px solid #white; margin: 0.25em; text-align: center;",
	["header background color"] = "0C133D",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["South Ferry"] = "South Ferry station (IRT elevated)",
		["Rector Street"] = {
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["Cortlandt Street"] = {
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["Fulton Street"] = {
			["Second Avenue"] = third,
			["Third Avenue"] = third,
		},
		["Park Place"] = sixth,
		["Franklin Square"] = third,
		["City Hall"] = second,
		["Franklin Street"] = {
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["Canal Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
		},
		["Grand Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
		},
		["Bleecker Street"] = sixth,
		["Warren Street"] = ninth,
		["Chambers Street"] = sixth,
		["Houston Street"] = {
			["Third Avenue"] = third,
			["Ninth Avenue"] = ninth,
		},
		["Christopher Street"] = ninth,
		["First Street"] = second,
		["Eighth Street"] = {
			["Second Avenue"] = second,
			["Sixth Avenue"] = sixth,
		},
		["Ninth Street"] = third,
		["14th Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["18th Street"] = {
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
		},
		["19th Street"] = second,
		["23rd Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["28th Street"] = {
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
		},
		["30th Street"] = ninth,
		["33rd Street"] = sixth,
		["34th Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Ninth Avenue"] = ninth,
		},
		["Third Avenue"] = "34th Street station (IRT Third Avenue Line)",
		["Second Avenue"] = "34th Street station (IRT Second Avenue Line)",
		["38th Street"] = sixth,
		["42nd Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
			["42nd Street Shuttle"] = third,
		},
		["Grand Central"] = "Grand Central station (IRT 42nd Street Branch)",
		["47th Street"] = third,
		["50th Street"] = {
			["Second Avenue"] = second,
			["Sixth Avenue"] = sixth,
			["Ninth Avenue"] = ninth,
		},
		["53rd Street"] = third,
		["57th Street"] = second,
		["58th Street"] = sixth,
		["59th Street"] = {
			["Third Avenue"] = third,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["65th Street"] = second,
		["66th Street"] = ninth,
		["72nd Street"] = {
			["Second Avenue"] = second,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["76th Street"] = third,
		["80th Street"] = second,
		["81st Street"] = {
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["86th Street"] = {
			["Second Avenue"] = second,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["99th Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["104th Street"] = ninth,
		["106th Street"] = third,
		["110th Street"] = {
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["111th Street"] = second,
		["116th Street"] = {
			["Third Avenue"] = third,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["121st Street"] = second,
		["125th Street"] = {
			["Second Avenue"] = second,
			["Third Avenue"] = third,
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["135th Street"] = {
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["138th Street"] = third,
		["140th Street"] = {
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["145th Street"] = {
			["Sixth Avenue"] = ninth,
			["Ninth Avenue"] = ninth,
		},
		["149th Street"] = third,
		["155th Street"] = ninth,
		["Jackson Avenue"] = "Jackson Avenue station (IRT White Plains Road Line)",
		["167th Street"] = "167th Street station (IRT Jerome Avenue Line)",
		["Fordham Road"] = "Fordham Road–190th Street station",
		["Bronx Park"] = "Bronx Park Terminal",
		["241st Street"] = "Wakefield–241st Street station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "0C133D",
		},
		["Second Avenue"] = {
			["title"] = "[[IRT Second Avenue Line|Second Avenue]]",
			["types"] = {
				["Local"] = {
					["title"] = "Local",
					["left terminus"] = "129th Street",
					["right terminus"] = "South Ferry",
				},
				["Express"] = {
					["title"] = "Express",
					["left terminus"] = "Bronx Park",
					["right terminus"] = "City Hall",
				},
				["Queens"] = {
					["title"] = "Queens",
					["left terminus"] = "Ditmars Boulevard",
					["right terminus"] = "City Hall",
				},
			},
		},
		["Third Avenue"] = {
			["title"] = "[[IRT Third Avenue Line|Third Avenue]]",
			["types"] = {
				["Local"] = {
					["title"] = "Local",
					["left terminus"] = "129th Street",
					["right terminus"] = "South Ferry",
				},
				["Local-Express"] = {
					["title"] = "Local-Express",
					["left terminus"] = "Bronx Park",
					["right terminus"] = "City Hall",
				},
			},
		},
		["Sixth Avenue"] = {
			["title"] = "[[IRT Sixth Avenue Line|Sixth Avenue]]",
			["left terminus"] = "155th Street",
			["right terminus"] = "South Ferry",
			["types"] = {
				["Shuttle"] = {
					["title"] = "Shuttle",
					["left terminus"] = "58th Street",
					["right terminus"] = "50th Street",
				},
			},
		},
		["Ninth Avenue"] = {
			["title"] = "[[IRT Ninth Avenue Line|Ninth Avenue]]",
			["types"] = {
				["Local"] = {
					["title"] = "Local",
					["left terminus"] = "155th Street",
					["right terminus"] = "South Ferry",
				},
				["Express"] = {
					["title"] = "Express",
					["left terminus"] = "Burnside Avenue",
					["right terminus"] = "Rector Street",
				},
			},
		},
		["34th Street Shuttle"] = {
			["title"] = "34th Street Shuttle",
			["left terminus"] = "Third Avenue",
			["right terminus"] = "34th Street Ferry",
		},
		["42nd Street Shuttle"] = {
			["title"] = "42nd Street Shuttle",
			["left terminus"] = "Grand Central",
			["right terminus"] = "42nd Street",
		},
		["Willis Avenue Shuttle"] = {
			["title"] = "Willis Avenue Shuttle",
			["left terminus"] = "129th Street",
			["right terminus"] = "Willis Avenue",
		},
	},
}

return p

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.