Module:Adjacent stations/SWEG Bahn Stuttgart
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by SWEG Bahn Stuttgart.
Lines
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[SWEG Bahn Stuttgart]]",
["system icon"] = "[[File:SWEG Logo.svg|30px]]",
["station format"] = {
"%1 station",
["Karlsruhe"] = hbf,
["Pforzheim "] = hbf,
["Reutlingen"] = hbf,
["Stuttgart"] = hbf,
["Tübingen"] = hbf,
},
["lines"] = {
["RE 12"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RE 12]]",
["color"] = "ed6e19",
["left terminus"] = "Tübingen",
["right terminus"] = "Mosbach-Neckarelz",
},
["RB 17a"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 17a]]",
["color"] = "571d70",
["left terminus"] = {"Karlsruhe", "Bad Wildbad"},
["right terminus"] = "Stuttgart",
},
["RB 18"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 18]]",
["color"] = "008c3c",
["left terminus"] = "Tübingen",
["right terminus"] = "Osterburken",
},
},
}
return p