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:14, 25 August 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local bo = "%1 station (Baltimore and Annapolis Railroad)"

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