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
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S11 | S11 or 11 |
EF7C00 |
S11 | |
S12 | S12 or 12 |
61AF20 |
S12 | |
S19 | S19 or 19 |
00A6EB |
S19 | |
S23 | S23 or 23 |
8B3C59 |
S23 |
local hbf = "[[%1 Hauptbahnhof|%1 Hbf]]"
local p = {
["system title"] = "[[Cologne S-Bahn]]",
["system icon"] = "[[File:S-Bahn-Logo.svg|16px|alt=]]",
["line icon format"] = "croute",
["station format"] = {
"%1 station",
["Bonn"] = hbf,
["Düsseldorf"] = hbf,
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (Rhine-Ruhr S-Bahn)|%1]]",
},
["S11"] = {
["color"] = "EF7C00",
["left terminus"] = "Bergisch Gladbach",
["right terminus"] = "Düsseldorf Airport Terminal",
},
["S12"] = {
["color"] = "61AF20",
["left terminus"] = "Horrem",
["right terminus"] = "Au (Sieg)",
},
["S19"] = {
["color"] = "00A6EB",
["left terminus"] = "Düren",
["right terminus"] = "Au (Sieg)",
},
["S23"] = {
["color"] = "8B3C59",
["left terminus"] = "Euskirchen",
["right terminus"] = "Bonn",
},
},
["aliases"] = {
["11"] = "S11",
["12"] = "S12",
["19"] = "S19",
["23"] = "S23",
},
}
return p