Module:Adjacent stations/Wenzhou Rail Transit
(Redirected from Module:Adjacent stations/WenzhouRT)
This is a data module for Module:Adjacent stations. It supports services operated by Wenzhou Rail Transit.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line S1 | S1 |
0061ae |
| |
Line S2 | S2 |
e4002b |
| |
Line S3 | S3 |
bbbbbb |
|
local m = "%1 station (Wenzhou Rail Transit)"
local wzrws = "[[Wenzhou railway station|Wenzhou Railway Station]]"
local wzsrws = "[[Wenzhou South railway station|South Railway Station]]"
local p = {
["system title"] = "[[Wenzhou Rail Transit]]",
["system icon"] = "[[File:WenzhouRailway.svg|16px|link=Wenzhou rail transit|alt=Logo of Wenzhou rail transit]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Airport"] = m,
["Chashan"] = m,
["Central Park"] = m,
["Jinsui Road"] = m,
["Lanjiang Road"] = m,
["Shiji Avenue"] = m,
["Renmin Road"] = m,
["Zhongshan Park"] = m,
["Wenzhounan"] = wzsrws,
["Wenzhou South"] = wzsrws,
["Wenzhou South railway station"] = wzsrws,
["Wenzhou South Railway Station"] = wzsrws,
["Wenzhou"] = wzrws,
["Wenzhou railway station"] = wzrws,
["Wenzhou Railway Station"] = wzrws,
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Wenzhou Rail Transit)|Line %1]]"
},
["S1"] = {
["color"] = "0061ae",
["left terminus"] = "Tongling",
["right terminus"] = "Shuang'ou Avenue"
},
["S2"] = {
["color"] = "e4002b",
["left terminus"] = "Xiatang",
["right terminus"] = "Renmin Road"
},
["S3"] = {
["left terminus"] = "?",
["right terminus"] = "?"
},
},
['aliases'] = {
["s1"] = "S1",
["s2"] = "S2",
["s3"] = "S3",
}
}
return p