Module:Adjacent stations/Baltimore and Annapolis Railroad

MyWikiBiz, Author Your Legacy — Monday May 13, 2024
Jump to navigationJump to search

{{Module rating }}

Usage

{{#invoke:Adjacent stations|function_name}}


local ba = "%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"] = ba,
		["Boone"] = ba,
		["Carroll"] = ba,
		["Clifford"]= ba,
		["Crain Highway"] = ba,
		["Cromwell"] = ba,
		["Earleigh Heights"] = ba,
		["Elvaton"] = ba,
		["Ferndale"] = ba,
		["Garland"] = ba,
		["Jones"] = ba,
		["Joyce"] = ba,
		["Maple Road"] = ba,
		["Marley"] = ba,
		["Oakwood"] = ba,
		["Pasadena"] = ba,
		["Pumphrey"] = ba,
		["Revell"] = ba,
		["Robinson"] = ba,
		["Round Bay"] = ba,
		["Saunders Range"] = ba,
		["Severnside"] = ba,
		["Shipley"] = ba,
		["Wardour"] = ba,
		["Wellham Avenue"] = ba,
		["West Annapolis"] = ba,
		["Winchester"] = ba,
		["Woodlawn Heights"] = ba,
	},
	["lines"] = {
		["_default"] = {
			["color"] = "005a1e",	
		},
		["Baltimore-Annapolis"] = {
			["title"] = "[[Baltimore]] – [[Annapolis, Maryland|Annapolis]]",
			["left terminus"] = "Annapolis",
			["right terminus"] = "Baltimore Camden",
		},
	},
	["aliases"] = {
		["ba"] = "Baltimore Annapolis Line",
	},
}

return p