Module:Adjacent stations/Rostock S-Bahn
Appearance
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