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