Module:Adjacent stations/Bangor and Aroostook Railroad
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Bangor and Aroostook Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Main Line | Main Line |
892925 |
| |
Searsport – South LaGrange | Searsport-South LaGrange |
892925 |
|
local bar = "%1 station (Bangor and Aroostook Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Bangor and Aroostook Railroad]]",
["system icon"] = "",
["system color"] = "892925",
["station format"] = {
"%1 station",
["Bangor"] = "Bangor Union Station",
},
["lines"] = {
["_default"] = {
["color"] = "892925",
},
["Main Line"] = {
["title"] = "Main Line",
["left terminus"] = "Bangor",
["right terminus"] = "Grand Isle",
},
["Searsport-South LaGrange"] = {
["title"] = "[[Searsport, Maine|Searsport]] – [[LaGrange, Maine|South LaGrange]]",
["left terminus"] = "Searsport",
["right terminus"] = "South LaGrange",
},
},
}
return p