Module:Adjacent stations/Copenhagen Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Copenhagen Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
M1 | M1 |
007F60 |
| |
M2 | M2 |
FEC20F |
| |
M3 | M3 |
F8001F |
| |
M4 | M4 |
00A0BE |
|
local p = {
["system title"] = "[[Copenhagen Metro]]",
["system icon"] = "",
["name format"] = "font-size:150%; font-family:sans; font-weight:bolder; line-height:100%; color:#FFFFFF;",
["station format"] = {
"%1 Station",
["counter-clockwise"] = "counter-clockwise direction",
["clockwise"] = "clockwise direction",
},
["lines"] = {
["_default"] = {
["title"] = "[[%1 (Copenhagen)|%1]]",
["color"] = "9B0A17",
},
["M1"] = {
["color"] = "007F60",
["left terminus"] = "Vanløse",
["right terminus"] = "Business Park Sofia",
},
["M2"] = {
["color"] = "FEC20F",
["left terminus"] = "Vanløse",
["right terminus"] = "Vestamager",
},
["M3"] = {
["color"] = "F8001F",
["circular"] = true,
["left terminus"] = "counter-clockwise",
["right terminus"] = "clockwise",
},
["M4"] = {
["color"] = "00A0BE",
["left terminus"] = "Copenhagen Central",
["right terminus"] = "Orientkaj",
},
},
["aliases"] = {
["m1"] = "M1",
["m2"] = "M2",
["m3"] = "M3",
["m4"] = "M4",
}
}
return p