Module:Adjacent stations/Rostock S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Rostock 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. | S1 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S2 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S2X |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S3 |
|
|
local p = {
["system title"] = "[[Rostock S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
},
["lines"] = {
["1"] = {
["title"] = "[[Rostock S-Bahn#Lines|S1]]",
["short name"] = "S1",
["text color"] = "FFFFFF",
["color"] = "229d7b",
["left terminus"] = "Warnemünde",
["right terminus"] = "Rostock Hbf",
},
["2"] = {
["title"] = "[[Rostock S-Bahn#Lines|S2]]",
["short name"] = "S2",
["text color"] = "FFFFFF",
["color"] = "55155f",
["left terminus"] = "Warnemünde",
["right terminus"] = "Güstrow",
},
["3"] = {
["title"] = "[[Rostock S-Bahn#Lines|S3]]",
["short name"] = "S3",
["text color"] = "FFFFFF",
["color"] = "481c10",
["left terminus"] = "Warnemünde",
["right terminus"] = "Güstrow",
},
},
}
return p