This is a data module for Module:Adjacent stations. It supports services in Nanchang operated by Nanchang Metro. NCM
can be used as an alias for Nanchang Metro
.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
e60039 |
| |
Line 2 | 2 |
ffda01 |
| |
Line 3 | 3 |
0079c3 |
| |
Line 4 | 4 |
00a560 |
| |
Line 5 | 5 |
f0831e |
|
local m = "%1 station (Nanchang Metro)"
local ss = "[[South Square of West railway station|South Square of West Railway Station]]"
local nw = "[[Nanchang West railway station|Nanchang West Railway Station]]"
local p = {
["system title"] = "[[Nanchang Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Baimashan"] = m,
["Civic Center"] = m,
["Doumen"] = m,
["Guanzhou"] = m,
["International Expo Center"] = m,
["Longgang"] = m,
["Olympic Stadium"] = m,
["People's Park"] = m,
["Shuanggang"] = m,
["South Square of West Railway Station"] = ss,
["South Square of West RS"] = ss,
["Taoyuan"] = m,
["Nanchang West"] = nw,
["Nanchang West RS"] = nw,
["Nanchang West Railway Station"] = nw
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Nanchang Metro)|Line %1]]"
},
["1"] = {
["color"] = "e60039",
["left terminus"] = "Shuanggang",
["right terminus"] = "Yaohu Lake West"
},
["2"] = {
["color"] = "ffda01",
["left terminus"] = "Nanlu",
["right terminus"] = "Xinjia'an"
},
["3"] = {
["color"] = "0079c3",
["left terminus"] = "Yinsanjiao North",
["right terminus"] = "Jingdong Avenue"
},
["4"] = {
["color"] = "00a560",
["left terminus"] = "Baimashan",
["right terminus"] = "Yuweizhou"
},
["5"] = {
["color"] = "f0831e",
["left terminus"] = "?",
["right terminus"] = "?"
},
}
}
return p