This is a data module for Module:Adjacent stations. It supports services operated by Moscow Railway.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Kurskoye line | Kurskaya |
FF0000 |
| |
Gorkovskoye line | Gorkovskaya |
FF0000 |
| |
Kurskoye line | Tula-Oryol |
FF0000 |
|
local x = "%1 station"
local p = {
["system title"] = "[[Moscow Railway]]<br>(commuter service)",
["system icon"] = "",
["name format"] = "background-color: black; border-bottom: 10px solid #FF0000; color: #FFFFFF; font-size: 200%; font-family:helvetica, Arial, sans-serif; font-weight: bolder; line-height: 110%;",
["header background color"] = "FF0000",
["header text color"] = "FFFFFF",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["Kurskaya"] = {
["title"] = "[[Kurskoye line (Moscow Railway)|Kurskoye line]]",
["color"] = "FF0000",
["left terminus"] = "Moscow Kursky",
["right terminus"] = "Tula",
},
["Gorkovskaya"] = {
["title"] = "[[Gorkovskoye line (Moscow Railway)|Gorkovskoye line]]",
["color"] = "FF0000",
["left terminus"] = "Moscow Kursky",
["right terminus"] = "Vladimir",
},
["Tula-Oryol"] = {
["title"] = "[[Kurskoye line (Moscow Railway)|Kurskoye line]]",
["color"] = "FF0000",
["left terminus"] = "Tula",
["right terminus"] = "Oryol",
},
},
}
return p