Jump to content

Module:Adjacent stations/Reading Company

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 18:59, 25 January 2019 (Created page with 'local cnj = "%1 station (Central Railroad of New Jersey)" local pa = "%1 station (Pennsylvania)" local rr = "%1 station (Reading Railroad)" local septa = "%1 sta...'). 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 cnj = "%1 station (Central Railroad of New Jersey)"
local pa = "%1 station (Pennsylvania)"
local rr = "%1 station (Reading Railroad)"
local septa = "%1 station (SEPTA)"
local septarr = "%1 station (SEPTA Regional Rail)"
local tc = "%1 Transportation Center"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Reading Company|Reading Railroad]]",
	["system icon"] = "",
	["name format"] = "font-family: Arial; background-color: #000080; font-size: 200%; text-transform:uppercase; color: #ffffff; padding: 0.5em; line-height: 0.5; white-space: nowrap; border: 7px solid #A9A9A9; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; margin: 0.25em; text-align: center;",
	["station format"] = {
		"%1 station",

		["Allegheny"] = septarr,
		["Allentown"] = cnj,
		["Auburn"] = pa,
		["Bethlehem"] = "Union Station (Bethlehem)",
		["Byers"] = "Byers Station Historic District",
		["Cheltenham"] = septa,
		["Columbia Avenue"] = "Temple University station",
		["County Line"] = septarr,
		["Dock"] = pa,
		["Easton"] = pa,
		["Forest Hills"] = septa,
		["Hamburg"] = pa,
		["Harrisburg"] = tc,
		["Holland"] = septa,
		["Jenkintown"] = "Jenkintown–Wyncote station",
		["Jersey City"] = "Central Railroad of New Jersey Terminal",
		["Lebanon"] = rr,
		["Main Street"] = septa,
		["Meadowbrook"] = septa,
		["Melrose Park"] = septa,
		["Monocacy"] = pa,
		["Newtown"] = septa,
		["Olney"] = septarr,
		["Penllyn"] = septa,
		["Reading Franklin Street"] = "Franklin Street station (Pennsylvania)",
		["Reading Terminal"] = "Reading Terminal",
		["Reading"] = "Reading Outer station",
		["Rockville"] = pa,
		["Roslyn"] = septa,
		["Southampton"] = pa,
		["Traymore"] = rr,
		["Tremont"] = rr,
		["Walnut Hill"] = septa,
		["Warminster"] = septa,
		["Westmont"] = pa,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "006400",	
		},
		["Norristown Branch"] = {
			["title"] = "[[Norristown Branch]]",
			["left terminus"] = "North Broad",
			["right terminus"] = "Elm Street",
		},
	},
}

return p