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"] = "font-size: 150%; font-family:sans-serif; font-weight:bolder; line-height:100%; color:#0E6ABC",
["station format"] = {
"%1 Metro Station",
},
["lines"] = {
["1"] = {
["title"] = "[[Sofia Metro#M1 line (Red)|M1 line]]",
["color"] = "E92228",
["icon"] = "[[File:Sofia-metro-lines-01.svg|x16px|alt=]]",
["left terminus"] = "Slivnitsa",
["right terminus"] = "Business Park Sofia",
},
["2"] = {
["title"] = "[[Sofia Metro#M2 line|M2 line]]",
["color"] = "1C75BB",
["icon"] = "[[File:Sofia-metro-lines-02.svg|x16px|alt=]]",
["left terminus"] = "Vitosha",
["right terminus"] = "Obelya",
},
["3"] = {
["title"] = "[[Sofia Metro#M3 line (Green)|M3 line]]",
["color"] = "41B24B",
["icon"] = "[[File:Sofia-metro-lines-03.svg|x16px|alt=]]",
["left terminus"] = "Gorna Banya",
["right terminus"] = "Hadzhi Dimitar",
},
["4"] = {
["title"] = "[[Sofia Metro#M4 line|M4 line]]",
["color"] = "FDD304",
["icon"] = "[[File:Sofia-metro-lines-04.svg|x16px|alt=]]",
["left terminus"] = "Obelya",
["right terminus"] = "Sofia Airport",
},
},
["aliases"] = {
["m1"] = "1",
["m2"] = "2",
["m3"] = "3",
["m4"] = "4",
}
}
return p