Module:Adjacent stations/Ürümqi Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Ürümqi Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
1D47A1 |
| |
Line 2 | 2 |
5fe864 |
| |
Line 3 | 3 |
ffc100 |
| |
Line 4 | 4 |
ff4e52 |
|
local m = "[[%1 station (Ürümqi Metro)|%1]]"
local p = {
["system title"] = "[[Ürümqi Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Beimen"] = m,
["Botanical Garden"] = m,
["International Airport"] = m,
["Nanmen"] = m,
["Sports Center"] = m,
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Ürümqi Metro)|Line %1]]"
},
["1"] = {
["color"] = "1D47A1",
["left terminus"] = "International Airport",
["right terminus"] = "Santunbei"
},
["2"] = {
["color"] = "5fe864",
["left terminus"] = "?",
["right terminus"] = "?"
},
["3"] = {
["color"] = "ffc100",
["left terminus"] = "?",
["right terminus"] = "?"
},
["4"] = {
["color"] = "ff4e52",
["left terminus"] = "?",
["right terminus"] = "?"
},
}
}
return p