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 |
---|---|---|---|---|
S1 | S1 |
229d7b |
S1 | |
S2 | S2 |
55155f |
S2 | |
S2X | S2X |
|
Lua error in Module:Adjacent_stations at line 534: attempt to concatenate local 'border_color' (a nil value). | |
S3 | S3 |
481c10 |
S3 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Rostock S-Bahn]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|18px|link=Rostock S-Bahn]]",
["line icon format"] = "croute",
["station format"] = {
"%1 station",
["Rostock"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[Rostock S-Bahn#Lines|%1]]",
["text color"] = "FFFFFF",
},
["S1"] = {
["color"] = "229d7b",
["left terminus"] = "Warnemünde",
["right terminus"] = "Rostock Hbf",
},
["S2"] = {
["color"] = "55155f",
["left terminus"] = "Warnemünde",
["right terminus"] = "Güstrow",
},
["S3"] = {
["color"] = "481c10",
["left terminus"] = "Warnemünde",
["right terminus"] = "Güstrow",
},
},
["aliases"] = {
["1"] = "S1",
["2"] = "S2",
["3"] = "S3",
["s1"] = "S1",
["s2"] = "S2",
["s3"] = "S3",
}
}
return p