This is a data module for Module:Adjacent stations. It supports services operated by Burlington-Rock Island Railroad.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Teague – Houston | Teague-Houston |
000000 |
|
local amtrak = "%1 station (Amtrak)"
local bri = "%1 station (Burlington-Rock Island Railroad)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Burlington-Rock Island Railroad]]",
["system icon"] = "",
["system color"] = "000000",
["station format"] = {
"%1 station",
["Teague"] = "Trinity and Brazos Valley Railroad Depot and Office Building",
["Houston"] = "Union Station (Houston)",
},
["lines"] = {
["_default"] = {
["color"] = "000000",
},
["Teague-Houston"] = {
["title"] = "[[Teague, Texas|Teague]] – [[Houston]]",
["left terminus"] = "Teague",
["right terminus"] = "Houston",
},
},
}
return p