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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | White Mountains Line or mountain division |
f1b80f |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | 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",
["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-Mt. Desert Ferry"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Mt. Desert Ferry]]",
["left terminus"] = "Bangor",
["right terminus"] = "Mt. Desert Ferry",
},
},
}
return p