Module:Adjacent stations/Beijing Suburban Railway
Appearance
This Lua module is used on approximately 390 pages and changes may be widely noticed. Test changes in the module's /sandbox or /testcases subpages, or in your own module sandbox. Consider discussing changes on the talk page before implementing them. |
This is a data module for Module:Adjacent stations. It supports services operated by Beijing Suburban Railway.
Lines
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line S2 | S2 |
11385b |
| |
Sub-Central line | Sub-Central or s1 or sc |
11385b |
| |
Huairou–Miyun line | Huairou–Miyun or hm or huairou-miyun or huaimi or s5 |
F65275 |
| |
Tongmi line | Tongmi or s6 or tm |
11385b |
| |
Northeast Ring line | Northeast Ring or s11 or nr |
11385b |
|
local p = {
["system title"] = "[[Beijing Suburban Railway]]",
["system icon"] = " ",
["system color"] = "11385b",
["station format"] = {
"%1 railway station",
["Changping"] = "Changping railway station (Beijing)",
},
["lines"] = {
["_default"] = {
["color"] = "11385b",
},
["Huairou–Miyun"] = {
["title"] = "[[Huairou–Miyun line]]",
["color"] = "F65275",
["left terminus"] = "Beijing North",
["right terminus"] = "Gubeikou",
},
["S2"] = {
["title"] = "[[Line S2 (BCR)|Line S2]]",
["left terminus"] = "Huangtudian",
["right terminus"] = {"Shacheng", "Yanqing"},
},
["Sub-Central"] = {
["title"] = "[[Sub-Central line]]",
["left terminus"] = "Liangxiang",
["right terminus"] = "Qiaozhuang East",
},
["Tongmi"] = {
["title"] = "[[Tongmi line]]",
["left terminus"] = "Tongzhou West",
["right terminus"] = {"Miyun North", "Huairou North"},
},
["Northeast Ring"] = {
["title"] = "[[Northeast Ring line (BCR)|Northeast Ring line]]",
["left terminus"] = "Huangtudian",
["right terminus"] = "Beijing East",
},
},
["aliases"] = {
["hm"] = "Huairou–Miyun",
["huairou-miyun"] = "Huairou–Miyun",
["huaimi"] = "Huairou–Miyun",
["northeast"] = "Northeast Ring",
["northeast ring"] = "Northeast Ring",
["nr"] = "Northeast Ring",
["tm"] = "Tongmi",
["s1"] = "Sub-Central",
["s2"] = "S2",--for rint compatibility
["s5"] = "Huairou–Miyun",
["s6"] = "Tongmi",
["s11"] = "Northeast Ring",
["sc"] = "Sub-Central",
["sub-central"] = "Sub-Central",--for rint compatibility
}
}
return p