Module:Adjacent stations/Copenhagen S-train
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Copenhagen S-train.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
|
c11934 |
| ||
A | A or a |
00A7E3 |
| |
B | B or b |
55AB26 |
| |
Bx | Bx or bx |
AECD6B |
| |
C | C or c |
F29400 |
| |
E | E or e |
857AB3 |
| |
F | F or f |
FCC300 |
| |
H | H or h |
E64215 |
|
local p = {
["system title"] = "[[S-train (Copenhagen)|S-train]]",
["system icon"] = "[[File:S-tog.svg|16px|alt=]]",
["station format"] = {
"%1 railway station",
["Husum"] = "Husum station (Denmark)",
["København H"] = "%1",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (S-train)|%1]]",
["color"] = "c11934",
["icon"] = "[[File:S-train service %1.svg|16px|link=%1 (S-train)|alt=]]",
},
["A"] = {
["color"] = "00A7E3",
["left terminus"] = "Solrød Strand",
["right terminus"] = "Hillerød",
},
["B"] = {
["color"] = "55AB26",
["left terminus"] = "Høje Taastrup",
["right terminus"] = "Farum",
},
["Bx"] = {
["color"] = "AECD6B",
["note-mid"] = "Peak hours",
["left terminus"] = "Høje Taastrup",
["right terminus"] = "Buddinge",
},
["C"] = {
["color"] = "F29400",
["left terminus"] = "Frederikssund",
["right terminus"] = "Klampenborg",
},
["E"] = {
["color"] = "857AB3",
["note-mid"] = "Mon–Fri",
["left terminus"] = "Køge",
["right terminus"] = "Holte",
},
["F"] = {
["color"] = "FCC300",
["left terminus"] = "Copenhagen South",
["right terminus"] = "Hellerup",
},
["H"] = {
["color"] = "E64215",
["note-mid"] = "Mon–Fri",
["left terminus"] = "Ballerup",
["right terminus"] = "Østerport",
["types"] = {
["EarlyMorning"] = {
["title"] = "Special early morning trains",
["note-mid"] = "Departs from Frederikssun at 04:37, 04:57, 05:17 (Mon–Fri)",
["left terminus"] = "Frederikssund",
}
}
},
},
["aliases"] = {
["a"] = "A",
["b"] = "B",
["bx"] = "Bx",
["c"] = "C",
["e"] = "E",
["f"] = "F",
["h"] = "H",
},
}
return p