Module:Adjacent stations/Nanchang Metro
local m = "%1 station (Nanchang Metro)"
local ss = "South Square of West Railway Station"
local nw = "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"
},
["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