This is a data module for Module:Adjacent stations. It supports services in Shenyang operated by Shenyang Metro. SYM
can be used as an alias for Shenyang Metro
.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
E5001C |
| |
Line 2 | 2 |
F08439 |
| |
Line 3 | 3 |
FF007F |
| |
Line 4 | 4 |
4B0082 |
| |
Line 6 | 6 |
01787C |
| |
Line 9 | 9 |
0095D2 |
| |
Line 10 | 10 |
8CBB48 |
|
local m = "%1 station (Shenyang Metro)"
local lutcm = "[[Liaoning University of Traditional Chinese Medicine station|Liaoning University of <abbr title=\"Traditional Chinese Medicine\">TCM</abbr>]]"
local p = {
["system title"] = "[[Shenyang Metro]]",
["system color"] = "bbbbbb",
["station format"] = {
"%1 station",
["7th Street"] = m,
["13th Street"] = m,
["Huanggutun"] = m,
["Shitushuguan"] = m,
["Yingbin Road "] = m,
["Yixueyuan"] = m,
["Zonghebaoshuiqu"] = m,
["Liaoning University of Traditional Chinese Medicine"] = lutcm
},
["lines"] = {
["_default"] = {
["color"] = "bbbbbb",
["title"] = "[[Line %1 (Shenyang Metro)|Line %1]]"
},
["1"] = {
["color"] = "E5001C",
["left terminus"] = "Shisanhaojie",
["right terminus"] = "Limingguangchang"
},
["2"] = {
["color"] = "F08439",
["left terminus"] = "Putianlu",
["right terminus"] = "Quanyunlu"
},
["3"] = {
["color"] = "FF007F",
["left terminus"] = "?",
["right terminus"] = "?"
},
["4"] = {
["color"] = "4B0082",
["left terminus"] = "Zhengxinlu",
["right terminus"] = "Chuangxinlu"
},
["6"] = {
["color"] = "01787C",
["left terminus"] = "?",
["right terminus"] = "?"
},
["9"] = {
["color"] = "0095D2",
["left terminus"] = "Nujianggongyuan",
["right terminus"] = "Jianzhudaxue"
},
["10"] = {
["color"] = "8CBB48",
["left terminus"] = "Dingxianghu",
["right terminus"] = "Zhangshabu"
},
}
}
return p