This is a data module for Module:Adjacent stations. It supports services operated by Hohhot Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
E82311 |
| |
Line 2 | 2 |
005BAC |
|
local m = "%1 station (Hohhot Metro)"
local h = "[[Hohhot railway station|Hohhot Railway Station]]"
local he = "[[Hohhot East railway station|Hohhot East Railway Station]]"
local p = {
["system title"] = "[[Hohhot Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Arts College"] = m,
["Hohhot"] = h,
["Hohhot Railway Station"] = h,
["Hohhot East"] = he,
["Hohhot East Railway Station"] = he,
["Sanjianfang"] = "[[Yili Health Valley station|Yili Health Valley]]",
["Xindian"] = m,
["Zhongshanlu"] = m
},
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Hohhot Metro)|Line %1]]"
},
["1"] = {
["color"] = "E82311",
["left terminus"] = "Yili Health Valley",
["right terminus"] = "Bayan (Airport)"
},
["2"] = {
["color"] = "005BAC",
["left terminus"] = "Talidonglu",
["right terminus"] = "A'ershanlu"
},
},
}
return p