Module:Adjacent stations/Vermont Railway
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Vermont Railway.
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Champlain Flyer | Champlain Flyer |
5A8562 |
| |
Champlain Valley Flyer | Champlain Valley Flyer |
093813 |
|
local vt = "%1 station (Vermont)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Vermont Railway]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Burlington"] = "Union Station (Burlington, Vermont)",
["Charlotte"] = vt,
},
["lines"] = {
["Champlain Flyer"] = {
["title"] = "''[[Champlain Flyer]]''",
["color"] = "5A8562",
["left terminus"] = "Burlington",
["right terminus"] = "Charlotte",
},
["Champlain Valley Flyer"] = {
["title"] = "''[[Champlain Valley Flyer]]''",
["color"] = "093813",
["left terminus"] = "Burlington",
["right terminus"] = "Charlotte",
},
},
}
return p