Module:Adjacent stations/Western Maryland Railway
MyWikiBiz, Author Your Legacy — Tuesday September 10, 2024
Jump to navigationJump to searchDocumentation for this module may be created at Module:Adjacent stations/Western Maryland Railway/doc
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", }, }, } return p