Module:Adjacent stations/Schaffhausen S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Schaffhausen S-Bahn.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S62 or Rhyhas |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S64 or 763 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S65 or 760 |
|
|
local st = "%1 station"
local p = {
["system title"] = "[[Schaffhausen S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
["Erzingen (Baden)"] = st,
},
["lines"] = {
["760"] = {
["title"] = "S",
["shortname"] = "S",
["color"] = "",
["left terminus"] = "Schaffhausen",
["right terminus"] = "Jestetten",
},
["763"] = {
["title"] = "S",
["shortname"] = "S",
["color"] = "",
["left terminus"] = "Erzingen (Baden)",
["right terminus"] = "Schaffhausen",
},
},
}
return p