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 |
| |
Belfast Branch | Belfast Branch or belfast and moosehead lake railroad |
f1b80f |
| |
Bucksport – Bangor | Bucksport-Bangor |
f1b80f |
| |
Portland – Waterville via Lewiston | Portland–Waterville via Lewiston or back road |
f1b80f |
| |
Rangeley Division | Rangeley Division or rangeley branch |
f1b80f |
| |
Rockland Branch | 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,
["Brunswick"] = "Brunswick Maine Street Station",
["Burnham"] = me,
["Calais"] = me,
["Detroit"] = me,
["Freeport"] = me,
["Gardiner"] = me,
["Lewiston"] = mec,
["Mechanic Falls"] = me,
["Mount Hope"] = me,
["Pittsfield"] = me,
["Portland"] = "Union Station (Portland, Maine)",
["Washington Junction"] = me,
},
["lines"] = {
["_default"] = {
["color"] = "f1b80f",
},
["Bangor-Vanceboro"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Vanceboro, Maine|Vanceboro]]",
["left terminus"] = "Bangor",
["right terminus"] = "Vanceboro",
},
["Bangor-Bar Harbor"] = {
["title"] = "[[Bangor, Maine|Bangor]] – [[Bar Harbor]]",
["left terminus"] = "Bangor",
["right terminus"] = "Mt. Desert Ferry",
},
["Belfast Branch"] = {
["title"] = "[[Belfast and Moosehead Lake Railroad (1871–2007)|Belfast Branch]]",
["left terminus"] = " Burnham Junction",
["right terminus"] = "Belfast",
},
["Bucksport-Bangor"] = {
["title"] = "[[Bucksport, Maine|Bucksport]] – [[Bangor, Maine|Bangor]]",
["left terminus"] = "Bucksport",
["right terminus"] = "Bangor",
},
["Main Line"] = {
["title"] = "[[Maine Central Railroad main line|Main Line]]",
["left terminus"] = "Portland",
["right terminus"] = "Bangor",
},
["Portland–Waterville via Lewiston"] = {
["title"] = "[[Portland, Maine|Portland]] – [[Waterville, Maine|Waterville]] via [[Lewiston, Maine|Lewiston]]",
["left terminus"] = "Portland",
["right terminus"] = "Waterville",
},
["Rangeley Division"] = {
["title"] = "Rangeley Division",
["left terminus"] = "Oquossoc",
["right terminus"] = "Lewiston",
},
["Rockland branch"] = {
["title"] = "[[Rockland Branch]]",
["left terminus"] = "Brunswick",
["right terminus"] = "Rockland",
},
["White Mountains Line"] = {
["title"] = "[[Mountain Division|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",
},
},
["aliases"] = {
["back road"] = "Portland–Waterville via Lewiston",
["belfast and moosehead lake railroad"] = "Belfast Branch",
["calais branch"] = "Washington County Railway",
["main"] = "Main Line",
["mountain division"] = "White Mountains Line",
["rumford branch"] = "Rangeley Division",
},
}
return p