Module:Adjacent stations/Cologne S-Bahn
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Cologne S-Bahn. See also Module:Adjacent stations/Rhine-Ruhr 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. | S11 or 11 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S12 or 12 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S19 or 19 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | S23 or 23 |
|
|
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Cologne S-Bahn]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Bonn"] = hbf,
["Düsseldorf"] = hbf,
},
["lines"] = {
["11"] = {
["title"] = "[[S11 (Rhine-Ruhr S-Bahn)|S11]]",
["color"] = "EF7C00",
["left terminus"] = "Bergisch Gladbach",
["right terminus"] = "Düsseldorf Airport Terminal",
},
["12"] = {
["title"] = "[[S12 (Rhine-Ruhr S-Bahn)|S12]]",
["color"] = "61AF20",
["left terminus"] = "Horrem",
["right terminus"] = "Au (Sieg)",
},
["19"] = {
["title"] = "[[S19 (Rhine-Ruhr S-Bahn)|S19]]",
["color"] = "00A6EB",
["left terminus"] = "Düren",
["right terminus"] = "Au (Sieg)",
},
["23"] = {
["title"] = "[[S23 (Rhine-Ruhr S-Bahn)|S23]]",
["color"] = "8B3C59",
["left terminus"] = "Euskirchen",
["right terminus"] = "Bonn",
},
},
}
return p