This is a data module for Module:Adjacent stations. It supports services operated by Wuhu Rail Transit. WuhuRT
can be used as an alias for Wuhu Rail Transit
.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
e72718 |
| |
Line 2 | 2 |
00a3e8 |
|
local m = "[[%1 station (Wuhu Rail Transit)|%1]]"
local rws = "[[%1 railway station|%1 Railway Station]]"
local p = {
["system title"] = "[[Wuhu Rail Transit]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["Aotizhongxin"] = m,
["Baimashan"] = m,
["Wuhu"] = rws,
["Wuhunan"] = rws,
["Wuhu South"] = rws,
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Wuhu Rail Transit)|Line %1]]"
},
["1"] = {
["color"] = "e72718",
["left terminus"] = "Baoshunlu",
["right terminus"] = "Baimashan"
},
["2"] = {
["color"] = "00a3e8",
["left terminus"] = "Jiuziguangchang",
["right terminus"] = "Wanchunhulu"
},
}
}
return p