Module:Adjacent stations/Württembergische Eisenbahn-Gesellschaft
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Württembergische Eisenbahn-Gesellschaft.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
RB 46 | RB 46 |
999999 |
RB 46 | |
RB 47 | RB 47 |
999999 |
RB 47 | |
RB 61 | RB 61 |
999999 |
RB 61 | |
RB 65 | RB 65 |
999999 |
RB 65 |
local p = {
["system title"] = "[[Württembergische Eisenbahn-Gesellschaft]]",
["system icon"] = "[[File:Württembergische Eisenbahn-Gesellschaft Logo.svg|30px]]",
["system icon format"] = "croute",
["station format"] = {
"%1 station",
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
},
["RB 46"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 46]]",
["color"] = "999999",
["left terminus"] = "Böblingen",
["right terminus"] = "Dettenhausen",
},
["RB 47"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 47]]",
["color"] = "999999",
["left terminus"] = "Heimerdingen",
["right terminus"] = "Korntal",
},
["RB 61"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 61]]",
["color"] = "999999",
["left terminus"] = "Schorndorf",
["right terminus"] = "Rudersberg-Oberndorf",
},
["RB 65"] = {
["title"] = "[[List of railway routes in Baden-Württemberg#Regional services|RB 65]]",
["color"] = "999999",
["left terminus"] = "Nürtingen",
["right terminus"] = "Neuffen",
},
},
}
return p