Module:Adjacent stations/Breng
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Breng.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Breng Stoptrein 30700 | Stoptrein 30700 |
F7CC48 |
|
local stoptrein = "F7CC48"
local p = {
["system title"] = "[[Breng]]",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Stoptrein 30700"] = {
["title"] = "[[Breng]] [[Dutch railway services#Stoptrein|%1]]",
["color"] = stoptrein,
["left terminus"] = "Arnhem Centraal",
["right terminus"] = "Doetinchem"
}
}
}
return p