Module:Adjacent stations/Sofia Metro
Appearance
![]() | This module is rated as beta, and is ready for widespread use. It is still new and should be used with some caution to ensure the results are as expected. |
This is a data module for Module:Adjacent stations. It supports services operated by Sofia Metro.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
M1 line | 1 or M1 |
E92228 |
| |
M2 line | 2 or M2 |
1C75BB |
| |
M3 line | 3 or M3 |
41B24B |
| |
M4 line | 4 or M4 |
FDD304 |
|
local p = {
["system title"] = "[[Sofia Metro]]",
["system icon"] = "[[File:Sofia Metro Logo.svg|22px|link=Sofia Metro]]",
["system color"] = "0E6ABC",
["name format"] = {
"background-color: #0E6ABC; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
["1"] = "background-color: #E92228; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
["2"] = "background-color: #1C75BB; font-size: 150%; font-family: sans-serif; color: black; padding: 5px; line-height: 100%;",
["3"] = "background-color: #41B24B; font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%;",
["4"] = "background-color: #FDD304; font-size: 150%; font-family: sans-serif; padding: 5px; line-height: 100%;",
["1 4"] = "font-size: 150%; font-family: sans-serif; color: white; padding: 5px; line-height: 100%; background-image: linear-gradient(to right, #E92228, #E92228, #FDD304, #FDD304);",
},
["station format"] = {
"%1 Metro Station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Sofia Metro#M%1 line|M%1 line]]",
["icon"] = "[[File:Sofia-metro-lines-0%1.svg|16px|alt=]]",
},
["1"] = {
["title"] = "[[Sofia Metro#M1 line (Red)|M1 line]]",
["color"] = "E92228",
["left terminus"] = "Slivnitsa",
["right terminus"] = "Business Park Sofia",
},
["2"] = {
["color"] = "1C75BB",
["left terminus"] = "Vitosha",
["right terminus"] = "Obelya",
},
["3"] = {
["title"] = "[[Sofia Metro#M3 line (Green)|M3 line]]",
["color"] = "41B24B",
["left terminus"] = "Gorna Banya",
["right terminus"] = "Hadzhi Dimitar",
},
["4"] = {
["color"] = "FDD304",
["left terminus"] = "Obelya",
["right terminus"] = "Sofia Airport",
},
},
["aliases"] = {
["m1"] = "1",
["m2"] = "2",
["m3"] = "3",
["m4"] = "4",
},
}
return p