This is a data module for Module:Adjacent stations. It supports services operated by Almaty Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
First Line | 1 |
CC0000 |
|
local p = {
["system title"] = "[[Almaty Metro]]",
["system color"] = "",
["system icon"] = "[[File:Almaty metro logo.svg|17px|link=Almaty Metro|alt=The logo of Almaty Metro.]]",
["station format"] = {
"%1 (Almaty Metro)",
},
["lines"] = {
["_default"] = {
["title"] = "First Line",
["color"] = "CC0000",
},
["1"] = {
["left terminus"] = "Raiymbek batyr",
["right terminus"] = "Bauyrjan Momyshuly",
},
},
["aliases"] = {
["line 1"] = "1",
}
}
return p