Jump to content

Module:Adjacent stations/Baltimore and Ohio Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 03:20, 27 January 2019 (Created page with 'local bo = "%1 station (Baltimore and Ohio Railroad)" local il = "%1 station (Illinois)" local ind = "%1 station (Indiana)" local marc = "%1 station (MARC)" loca...'). 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 bo = "%1 station (Baltimore and Ohio Railroad)"
local il = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local marc = "%1 station (MARC)"
local md = "%1 station (Maryland)"
local oh = "%1 station (Ohio)"
local pa = "%1 station (Pennsylvania)"
local wv = "%1 station (West Virginia)"

local p = {
	["system title"] = "[[Baltimore and Ohio Railroad]]",
	["system icon"] = "",
	["system color"] = "00005A",
	["station format"] = {
		"%1 station",
		["63rd Street"] = bo,
		["Aberdeen"] = bo,
		["Athens"] = oh,
		["Baltimore Camden"] = "Camden Station",
		["Baltimore Mount Royal"] = "Mount Royal Station",
		["Barnesville"] = {
			"%1 station",
			["St. Louis Line"] = oh,
		},
		["Berwyn"] = bo,
		["Brunswick"] = md,
		["Buffalo"] = "NFTA Rail Maintenance Yard",
		["Charleston"] = bo,
		["Chicago"] = "Grand Central Station (Chicago)",
		["Cincinnati"] = "Cincinnati Museum Center at Union Terminal",
		["Cleveland"] = "Tower City Center#Cleveland Union Terminal",
		["College Park"] = bo,
		["Corinth"] = bo,
		["Cumberland"] = "Queen City Hotel",
		["Darby"] = bo,
		["Detroit"] = "Michigan Central Station",
		["Duffields"] = bo,
		["Everett"] = bo,
		["Flora"] = il,
		["Frederick"] = bo,
		["Germantown"] = marc,
		["Glenwood"] = bo,
		["Grant Street"] = "Grant Street Station",
		["Hamilton"] = oh,
		["Huntington"] = bo,
		["Indian Creek"] = bo,
		["Indianapolis"] = "Indianapolis Union Station",
		["Jersey City"] = "Central Railroad of New Jersey Terminal",
		["Kensington"] = md,
		["Laurel"] = marc,
		["Mars"] = pa,
		["Meriden"] = bo,
		["Morristown"] = ind,
		["Muirkirk"] = marc,
		["New York"] = bo,
		["Oxford"] = bo,
		["Peninsula"] = "Peninsula Depot",
		["Philadelphia"] = "Baltimore & Ohio Railroad station, Philadelphia",
		["Pittsburgh"] = "Pittsburgh & Lake Erie Railroad Station",
		["Relay"] = bo,
		["Riverdale"] = marc,
		["Rochester"] = bo,
		["Rockville"] = bo,
		["Silver Spring"] = bo,
		["South Park"] = bo,
		["Springfield"] = "Springfield Union Station (Illinois)",
		["St. Louis"] = "Union Station (St. Louis)",
		["Tacoma"] = bo,
		["Toledo"] = "Martin Luther King, Jr. Plaza (Toledo)",
		["University"] = bo,
		["Washington, DC"] = "Washington Union Station",
		["Wheeling"] = wv,
		["Willow"] = bo,
	},
	["lines"] = {
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Chicago",
			["right terminus"] = "Jersey City",
		},
	},
}

return p