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 |
---|---|---|---|---|
|
9B0A17 |
| ||
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"] = "",
["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#003399; background-color:transparent;",
["station format"] = {
"%1 station",
["København H"] = "%1",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (S-train)|%1]]",
["color"] = "9B0A17",
},
["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",
["left terminus"] = "Høje Taastrup",
["right terminus"] = "Østerport",
},
["C"] = {
["color"] = "F29400",
["left terminus"] = "Frederikssund",
["right terminus"] = "Klampenborg",
},
["E"] = {
["color"] = "857AB3",
["left terminus"] = "Køge",
["right terminus"] = "Holte",
},
["F"] = {
["color"] = "FCC300",
["left terminus"] = "Ny Ellebjerg",
["right terminus"] = "Hellerup",
},
["H"] = {
["color"] = "E64215",
["left terminus"] = "Frederikssund",
["right terminus"] = "Østerport",
},
},
}
return p