Jump to content

Module:Adjacent stations/New York City Subway

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jc86035 (talk | contribs) at 14:28, 16 August 2018 (Created page with 'local NYCS = "%1 (New York City Subway)" local BC = "%1 (BMT Canarsie Line)" local p = { ["lang"] = "en-US", ["system title"] = "[[File:MTA NYC logo.svg|16px|...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local NYCS = "%1 (New York City Subway)"
local BC = "%1 (BMT Canarsie Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[File:MTA NYC logo.svg|16px|link=New York City Subway|alt=New York City Subway]] [[New York City Subway]]",
	["icon"] = "[[File:MTA NYC logo.svg|16px|link=New York City Subway|alt=New York City Subway]]",
	["station format"] = {
		NYCS,
		["Atlantic Avenue"] = BC,
		["Bedford Avenue"] = BC,
		["Broadway Junction"] = BC,
		["Bushwick Avenue–Aberdeen Street"] = BC,
		["Canarsie–Rockaway Parkway"] = BC,
		["DeKalb Avenue"] = BC,
		["East 105th Street"] = BC,
		["Eighth Avenue"] = BC,
		["First Avenue"] = BC,
		["Graham Avenue"] = BC,
		["Grand Street"] = BC,
		["Halsey Street"] = BC,
		["Jefferson Street"] = BC,
		["Livonia Avenue"] = BC,
		["Lorimer Street"] = BC,
		["Montrose Avenue"] = BC,
		["Morgan Avenue"] = BC,
		["Myrtle–Wyckoff Avenues"] = BC,
		["New Lots Avenue"] = BC,
		["Sixth Avenue"] = BC,
		["Sutter Avenue"] = BC,
		["Third Avenue"] = BC,
		["Union Square"] = BC,
		["Wilson Avenue"] = BC,
	},
	["lines"] = {
		["L"] = {
			["line title"] = "[[L (New York City Subway service|L]]",
			["color"] = "a7a9ac",
			["left terminus"] = "Eighth Avenue",
			["right terminus"] = "Canarsie–Rockaway Parkway"
		}
	}
}

return p