Module:Adjacent stations/Budapest Metro
Appearance
local p = {
["system title"] = "[[Budapest Metro]]",
["system icon"] = "",
["system color"] = "",
["station format"] = {
"%1 metro station",
},
["name format"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#000000; background-color:transparent;",
["header background color"] = "EEEEEE",
["lines"] = {
["_default"] = {
["title"] = "[[Metro Line %1 (Budapest Metro)|Line %1]]",
["color"] = "008888",
},
["1"] = {
["color"] = "feda04",
["left terminus"] = "Vörösmarty tér",
["right terminus"] = "Mexikói út",
},
["2"] = {
["color"] = "ca161c",
["left terminus"] = "Déli pályaudvar",
["right terminus"] = "Örs vezér tere",
},
["3"] = {
["color"] = "025694",
["left terminus"] = "Kőbánya-Kispest",
["right terminus"] = "Újpest-központ",
},
["4"] = {
["color"] = "44aa44",
["left terminus"] = "Kelenföld vasútállomás",
["right terminus"] = "Keleti pályaudvar",
},
["5"] = {
["color"] = "8A226C",
["note-mid"] = "''(proposed)''",
},
["6"] = {
["color"] = "815319",
},
["7"] = {
["color"] = "F29315",
},
["8"] = {
["color"] = "EC766F",
},
["9"] = {
["color"] = "EC766F",
},
},
["aliases"] = {
["m1"] = "1",
["m2"] = "2",
["m3"] = "3",
["m4"] = "4",
}
}
return p