This is a data module for Module:Adjacent stations. It supports services operated by Keolis Nederland.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Sprinter 7900 | Sprinter 7900 |
009CDE |
| |
Sprinter 8600 | Sprinter 8600 |
009CDE |
| |
Intercity 17900 | Intercity 17900 |
009CDE |
|
local p = {
["system title"] = "[[Keolis Nederland]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Dutch railway services|%1]]",
["color"] = "009CDE"
},
["Sprinter 7900"] = {
["left terminus"] = "Zwolle",
["right terminus"] = "Enschede"
},
["Sprinter 8500"] = {
["left terminus"] = "Kampen",
["right terminus"] = "Zwolle"
},
["Intercity 17900"] = {
["left terminus"] = "Zwolle",
["right terminus"] = "Enschede"
},
},
}
return p