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 |
f1b80f |
| |
Bangor – Vanceboro | Bangor-Vanceboro |
f1b80f |
| |
Bangor – Bar Harbor | Bangor-Bar Harbor |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Belfast Branch or belfast and moosehead lake railroad |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Bucksport-Bangor |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Portland–Waterville via Lewiston or back road |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Rangeley Division or rangeley branch |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | Rockland branch |
f1b80f |
| |
White Mountains Line | White Mountains Line or mountain division |
f1b80f |
| |
Washington County Railway | Washington County Railway or calais branch |
f1b80f |
|
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"] = "f1b80f",
["station format"] = {
"%1 station",
["Bangor"] = "Bangor Union Station",
["Bartlett"] = me,
["Gardiner"] = me,
["Mount Hope"] = me,
["Pittsfield"] = me,
["Portland"] = "Union Station (Portland, Maine)",
},
["lines"] = {
["_default"] = {
["color"] = "f1b80f",
},
["Main Line"] = {
["title"] = "[[Maine Central Railroad main line|Main Line]]",
["left terminus"] = "Portland",
["right terminus"] = "Bangor",
},
["Bangor-Vanceboro"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Vanceboro, Maine|Vanceboro]]",
["left terminus"] = "Bangor",
["right terminus"] = "Vanceboro",
},
["Bangor-Bar Harbor"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Bar Harbor, Maine|Bar Harbor]]",
["left terminus"] = "Bangor",
["right terminus"] = "Mt. Desert Ferry",
},
["Bangor-Bucksport"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Bucksport, Maine|Bucksport]]",
["left terminus"] = "Bangor",
["right terminus"] = "Bucksport",
},
["White Mountains Line"] = {
["title"] = "White Mountains Line",
["left terminus"] = "St. Johnsbury",
["right terminus"] = "Portland",
},
["Washington County Railway"] = {
["title"] = "[[Calais Branch|Washington County Railway]]",
["left terminus"] = "Washington Junction",
["right terminus"] = "Calais",
},
},
}
return p