Module:Adjacent stations/Yerevan Metro
(Redirected from Module:Adjacent stations/Yerevan metros)
This is a data module for Module:Adjacent stations. It supports services operated by Yerevan Metro.
Line | Type | Type keys | Color | Hex color | Icon |
---|---|---|---|---|---|
Charbakh |
000080 |
| |||
Garegin Nzhdeh Square |
000080 |
|
local p = {
["system title"] = "[[Yerevan Metro]]",
["system icon"] = "[[File:Yerevan Metro.svg|20px|link=Yerevan Metro]]",
["station format"] = {
"%1 (Yerevan Metro)",
[""] = "",
},
["lines"] = {
["_default"] = {
["title"] = "[[Yerevan Metro|Karen Demirchyan Yerevan Subway]]",
["color"] = "000080",
["left terminus"] = "Barekamutyun",
["right terminus"] = {"Charbakh", "Garegin Nzhdeh Square"},
["types"] = {
["Charbakh"] = {
["title"] = "",
["left terminus"] = "Barekamutyun",
["right terminus"] = "Charbakh",
},
["Garegin Nzhdeh Square"] = {
["title"] = "",
["left terminus"] = "Barekamutyun",
["right terminus"] = "Garegin Nzhdeh Square",
},
},
},
},
}
return p