Module:Adjacent stations/MCD
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Moscow Central Diameters.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line D1 | D1 |
f6a600 |
| |
Line D2 | D2 |
e74280 |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | D3 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | D4 |
|
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | D5 |
|
|
local p = {
["system title"] = "[[Moscow Central Diameters]]",
["system icon"] = "[[File:MCD logo.svg|15px]]",
["station format"] = {
"%1 railway station",
[""] = "",
},
["lines"] = {
["D1"] = {
["title"] = "[[Line D1 (Moscow Central Diameters)|Line D1]]",
["color"] = "f6a600",
["left terminus"] = "Lobnya",
["right terminus"] = "Odintsovo",
},
["D2"] = {
["title"] = "[[Line D2 (Moscow Central Diameters)|Line D2]]",
["color"] = "e74280",
["left terminus"] = "Nakhabino",
["right terminus"] = "Podolsk",
},
},
}
return p