Module:Adjacent stations/Wuxi Metro
local m = "%1"
local rws = "%1 Railway Station"
local wxrws = "Wuxi New District Station"
local airport = "Sunan Shuofang International Airport"
local expo = "Wuxi Taihu International Expo Center"
local p = {
["system title"] = "Wuxi Metro",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Civic Center"] = m,
["Dongfeng"] = m,
["Dongting"] = m,
["People's Hospital"] = m,
["South Changjiang Road"] = m,
["Yunlin"] = m,
["Wuxi"] = rws,
["Wuxi East"] = rws,
["Wuxi New District"] = wxrws,
["Wuxi Xinqu"] = wxrws,
["Shuofang Airport"] = airport,
["Airport"] = airport,
["Expo Center"] = expo,
["Exhibition Center"] = expo,
["Zhongshan Park"] = m,
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "Line %1",
["icon"] = "File:WX Metro Line %1 icon.svg",
},
["1"] = {
["color"] = "ee3e41",
["left terminus"] = "Yanqiao",
["right terminus"] = "Nanfangquan"
},
["2"] = {
["color"] = "05aa44",
["left terminus"] = "Meiyuan Kaiyuan Temple",
["right terminus"] = "Wuxi East"
},
["3"] = {
["color"] = "00bfff",
["left terminus"] = "Sumiao",
["right terminus"] = "Sunan Shuofang International Airport"
},
["4"] = {
["color"] = "800080",
["left terminus"] = "Liutan",
["right terminus"] = "Wuxi Taihu International Expo Center "
},
["5"] = {
["note-mid"] = "Opens 2026",
["color"] = "ffcc00",
["left terminus"] = "Tangcheng",
["right terminus"] = "Xinyun Road",
},
["6"] = {
["icon"] = "File:Wuxi Metro logo.svg",
["note-mid"] = "Opens 2028",
["color"] = "bbbbbb",
["left terminus"] = "Gonghu Wetland Park",
["right terminus"] = "Guangyuan Road",
},
["S1"] = {
["icon"] = "File:Wuxi Metro logo.svg",
["color"] = "ee3e41",
["left terminus"] = "Jiangyin Bund",
["right terminus"] = "Yanqiao",
},
["S2"] = {
["icon"] = "File:Wuxi Metro logo.svg",
["note-mid"] = "Opens 2029",
["color"] = "bbbbbb",
["left terminus"] = "Zhoutie",
["right terminus"] = "Yixing Railway Station",
},
}
}
return p