Jump to content

Module:Adjacent stations/Baltimore and Annapolis Railroad

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Scott218 (talk | contribs) at 16:12, 25 August 2020 (created mod for b&a railroad). 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 Annapolis Railroad)"
local cnj = "%1 station (Central Railroad of New Jersey)"
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 = {
	["lang"] = "en-US",
	["system title"] = "[[Baltimore and Annapolis Railroad]]",
	["system icon"] = "",
	
	["station format"] = {
		"%Annapolis", 
		["Arnold"] =ba 
		{["Baltimore Camden"] = "Camden Station",}
		["Baltimore Highlands"]
		["Boone"]
		["Carroll"] 
		["Clifford"]
		["Crain Highway"]
		["Cromwell"]
		["Earleigh Heights"]
		["Elvaton"]
		["Ferndale"]
		["Garland"]
		["Jones"]
		["Joyce"]
		["Maple Road"]
		["Marley"]
		["Oakwood"]
		["Pasadena"]
		["Pumphrey"]
		["Revell"]
		["Robinson"]
		["Round Bay"]
		["Saunders Range"]
		["Severnside"]
		["Shipley"]
		["Wardour"]
		["Wellham Avenue"]
		["West Annapolis"]
		["Winchester"]
		["Woodlawn Heights"]
	},}

	lines = {
		["_default"] = {
			["color"] = "005a1e",	
		},
		["Baltimore-Annapolis"] = {
			["title"] = "[[Baltimore]] – [[Annapolis, Maryland|Annapolis]]",
			["left terminus"] = "Baltimore Camden",
			["right terminus"] = "Annapolis",
		},
}

return p