This is a data module for Module:Adjacent stations. It supports services operated by Lake Erie and Northern Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Mainline | Mainline |
640E27 |
|
local len = "%1 station (LE&N)"
local p = {
["system title"] = "[[Lake Erie and Northern Railway]]",
["station format"] = {
"%1 station",
["Mount Pleasant"] = "Mount Pleasant station (Brant County, Ontario)",
},
["lines"] = {
["_default"] = {
["color"] = "640E27",
},
["Mainline"] = {
["title"] = "Mainline",
["color"] = "640E27",
["left terminus"] = "Galt Main Street",
["right terminus"] = "Port Dover",
},
},
}
return p