Module:Adjacent stations/Maine Central Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Maine Central Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line or main |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bangor-Vanceboro |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bangor-Bar Harbor |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Belfast Branch or belfast and moosehead lake railroad |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bucksport-Bangor |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Portland–Waterville via Lewiston or back road |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Rangeley Division or rangeley branch |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Rockland branch |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | White Mountains Line or mountain division |
004c25 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Washington County Railway or calais branch |
004c25 |
|
local mec = "%1 station (Maine Central Railroad)"
local me = "%1 station (Maine)"
local nh = "%1 station (New Hampshire)"
local vt = "%1 station (Vermont)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Maine Central Railroad]]",
["system icon"] = "",
["system color"] = "004c25",
["station format"] = {
"%1 station",
["Bangor"] = "Bangor Union Station",
["Gardiner"] = me,
["Pittsfield"] = me,
["Portland"] = "Union Station (Portland, Maine)",
},
["lines"] = {
["_default"] = {
["color"] = "004c25",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Portland",
["right terminus"] = "Vanceboro",
},
},
}
return p