(Translated by https://www.hiragana.jp/)
Module:Adjacent stations/Western Maryland Railway - Wikipedia

Module:Adjacent stations/Western Maryland Railway

This is an old revision of this page, as edited by 207.172.34.206 (talk) at 16:00, 26 June 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local wm = "%1 station (Western Maryland Railway)"
local p = {
	["lang"] = "en-US",
	["system title"] = "[[Western Maryland Railway]]",
	["system icon"] = "",
	["system color"] = "f00000",
	["station format"] = {
		["Cumberland"] = wm,
		["Connellsville"] = "Connellsville Union Passenger Depot",
		["Highfield"] = wm,
		["Indian Creek"] = wm,
		["Old Town"] = wm,
		["Seymour"] = wm,
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "f00000",
		},
		["Main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Cumberland",
			["right terminus"] = "Baltimore Hillen",
		},
		["Gettysburg"] = {
			["title"] = "[[Baltimore]] – [[Hanover, Maryland|Hanover]] – [[Gettysburg, Pennsylvania|Gettysburg]] Line",
			["left terminus"] = "Highfield",
			["right terminus"] = "Glyndon",
		},
		["Cumberland-Connellsville"] = {
			["title"] = "[[Cumberland, Maryland|Cumberland]] – [[Connellsville, Pennsylvania|Connellsville]]",
			["left terminus"] = "Connellsville",
			["right terminus"] = "Cumberland",
		},
		["Cumberland-Elkins"] = {
			["title"] = "[[Cumberland, Maryland|Cumberland]] – [[Elkins, West Virginia|Elkins]]",
			["left terminus"] = "Elkins",
			["right terminus"] = "Cumberland",
		},
		["Hagerstown-Shippensburg"] = {
			["title"] = "[[Hagerstown]] - [[Shippensburg]]",
			["left terminus"] = "Hagerstown",
			["right terminus"] = "Shippensburg",
		},
	},
}

return p