Module:Adjacent stations/Yekaterinburg Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Yekaterinburg Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
First Line | 1 |
009900 |
|
local p = {
["system title"] = "[[Yekaterinburg Metro]]",
["station format"] = {
"%1 (Yekaterinburg Metro)",
["Botanicheskaya"] = "%1",
["Geologicheskaya"] = "%1",
["Mashinostroiteley"] = "%1",
["Ploshchad 1905 Goda"] = "%1",
["Prospekt Kosmonavtov"] = "%1",
},
["lines"] = {
["_default"] = {
["title"] = "[[Yekaterinburg Metro|First Line]]",
["color"] = "009900",
},
["1"] = {
["left terminus"] = "Prospekt Kosmonavtov",
["right terminus"] = "Botanicheskaya",
},
},
["aliases"] = {
["first line"] = "1",
["line 1"] = "1",
}
}
return p