Module:Adjacent stations/Copenhagen Metro
local p = {
["system title"] = "Copenhagen Metro",
["system icon"] = "File:Copenhagen Metro Logo.svg",
["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 text color"] = "FFFFFF",
["header background color"] = {
"9B0A17",
},
["lines"] = {
["_default"] = {
["title"] = "M%1",
["color"] = "9B0A17",
["icon"] = "File:M%1 icon.svg",
},
["1"] = {
["color"] = "007756",
["left terminus"] = "Vanløse",
["right terminus"] = "Vestamager",
},
["2"] = {
["color"] = "FC0",
["left terminus"] = "Vanløse",
["right terminus"] = "Lufthavnen",
},
["3"] = {
["title"] = "M3",
["color"] = "E40037",
["icon"] = "File:M3 icon.svg",
["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