This is a data module for Module:Adjacent stations. It supports services operated by Shaoxing Metro. ShaoxingM
can be used as an alias for Shaoxing Metro
.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
c5003e |
1 | |
Line 2 | 2 |
334a9a |
2 |
local m = "[[%1 station (Shaoxing Metro)|%1]]"
local rws = "[[Shaoxing railway station|Railway Station]]"
local nrws = "[[Shaoxing North railway station|Shaoxing North Railway Station]]"
local ecc = "[[Exhibition And Convention Center station (Shaoxing Metro)|Exhibition And Convention Center]]"
local p = {
["system title"] = "[[Shaoxing Metro]]",
["system color"] = "bbbbbb",
["line icon format"] = "route",
["station format"] = {
"%1 station",
["Shaoxing"] = rws,
["Shaoxing Railway Station"] = rws,
["Railway Station"] = rws,
["Shaoxing North"] = nrws,
["Shaoxing North Railway Station"] = nrws,
["People's Hospital"] = m,
["Olympic Sports Center"] = m,
["Convention & Exhibition Center"] = ecc,
["Convention And Exhibition Center"] = ecc,
["Exhibition And Convention Center"] = ecc,
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Shaoxing Metro)|Line %1]]"
},
["1"] = {
["color"] = "c5003e",
["left terminus"] = "Guniangqiao",
["right terminus"] = "Fangquan",
},
["2"] = {
["color"] = "334a9a",
["left terminus"] = "Jinghu Hospital",
["right terminus"] = "Tandu",
},
},
["aliases"] = {
["hs"] = "1",
["kq"] = "1"
}
}
return p