Jump to content

Module:Adjacent stations/LIRR former

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 07:26, 14 December 2020 (Splitting off former services). 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 amtrak = "%1 station (Amtrak)"
local de = "%1 station (Delaware)"
local il = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local marc = "%1 station (MARC)"
local md = "%1 station (Maryland)"
local nj = "%1 station (New Jersey)"
local njt = "%1 station (NJ Transit)"
local ny = "%1 station (New York)"
local pa = "%1 station (Pennsylvania)"
local prr = "%1 station (Pennsylvania Railroad)"
local septa = "%1 station (SEPTA)"
local septarr = "%1 station (SEPTA Regional Rail)"
local tc = "%1 Transportation Center"
local union = "%1 Union Station"
local wcrr = "%1 station (West Chester Railroad)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Long Island Rail Road]]",
	["system icon"] = "",
	["system color"] = "d30303",
	["name format"] = "background-color: #B52424; text-transform: uppercase; font-family: Copperplate, Copperplate Gothic Light, serif; color: gold; border: .18em solid gold; font-size: 190%; font-weight: bolder; padding: .36em;",
	["station format"] = {
		"%1 station",
		["Penn Station"] = "[[Pennsylvania Station (1910–1963)|Penn Station]]",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "d30303",
		},
		["Main Line"] = {
			["title"] = "[[Main Line (Long Island Rail Road)#History|Main Line]]",
			["left terminus"] = {"Long Island City", "Penn Station"},
			["right terminus"] = "Greenport",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",	
	},
}

return p