This is a data module for Module:Adjacent stations. It supports services operated by Copenhagen Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
M1 | M1 |
007756 |
| |
M2 | M2 |
FC0 |
| |
M3 | M3 |
E40037 |
| |
M4 | M4 |
009CD3 |
|
local p = {
["system title"] = "[[Copenhagen Metro]]",
["system icon"] = "[[File:Copenhagen Metro Logo.svg|18px|link=Copenhagen Metro]]",
["name format"] = "font-size: 180%; font-family: Segoe UI; font-weight: bold; letter-spacing: 1px; line-height: 100%; color: #FFF; background-color: #9B0A17; padding: 0.2em 4px;",
["station format"] = {
"%1 station",
["Copenhagen Central"] = "Copenhagen Central Station",
},
["header background color"] = {
"9B0A17",
},
["lines"] = {
["_default"] = {
["title"] = "[[M%1 (Copenhagen Metro)|M%1]]",
["color"] = "9B0A17",
["icon"] = "[[File:M%1 icon.svg|18px|link=M%1 (Copenhagen Metro)]]",
},
["1"] = {
["color"] = "007756",
["left terminus"] = "Vanløse",
["right terminus"] = "Vestamager",
},
["2"] = {
["color"] = "FC0",
["left terminus"] = "Vanløse",
["right terminus"] = "Lufthavnen",
},
["3"] = {
["title"] = "[[City Circle Line|M3]]",
["color"] = "E40037",
["icon"] = "[[File:M3 icon.svg|18px|link=City Circle Line]]",
["circular"] = true,
["left terminus"] = "clockwise",
["right terminus"] = "counter-clockwise",
},
["4"] = {
["color"] = "009CD3",
["left terminus"] = "Copenhagen South",
["right terminus"] = "Orientkaj",
}
},
["aliases"] = {
["m1"] = "1",
["m2"] = "2",
["m3"] = "3",
["m4"] = "4",
}
}
return p