Difference between revisions of "Module:Adjacent stations/Beijing Suburban Railway"
Jump to navigation
Jump to search
blackwiki>Ombresuvenere |
blackwiki>Ramramger |
||
| Line 22: | Line 22: | ||
["Sub-Central"] = { | ["Sub-Central"] = { | ||
["title"] = "[[Sub-Central line]]", | ["title"] = "[[Sub-Central line]]", | ||
| − | ["left terminus"] = " | + | ["left terminus"] = "Liangxiang", |
["right terminus"] = "Qiaozhuang East", | ["right terminus"] = "Qiaozhuang East", | ||
}, | }, | ||
| + | ["Tongmi"] = { | ||
| + | ["title"] = "[[Tongmi line]]", | ||
| + | ["left terminus"] = "Tongzhou West", | ||
| + | ["right terminus"] = {"Miyun North", "Huairou North"}, | ||
| + | }, | ||
["Northeast Ring"] = { | ["Northeast Ring"] = { | ||
["title"] = "[[Northeast Ring line (BCR)|Northeast Ring line]]", | ["title"] = "[[Northeast Ring line (BCR)|Northeast Ring line]]", | ||
| Line 38: | Line 43: | ||
["northeast ring"] = "Northeast Ring", | ["northeast ring"] = "Northeast Ring", | ||
["nr"] = "Northeast Ring", | ["nr"] = "Northeast Ring", | ||
| + | ["tm"] = "Tongmi", | ||
["s1"] = "Sub-Central", | ["s1"] = "Sub-Central", | ||
["s2"] = "S2",--for rint compatibility | ["s2"] = "S2",--for rint compatibility | ||
["s5"] = "Huairou–Miyun", | ["s5"] = "Huairou–Miyun", | ||
| + | ["s6"] = "Tongmi", | ||
["s11"] = "Northeast Ring", | ["s11"] = "Northeast Ring", | ||
["sc"] = "Sub-Central", | ["sc"] = "Sub-Central", | ||
Revision as of 20:13, 12 July 2020
This is a data module for Module:Adjacent stations. It supports services operated by the Beijing Suburban Railway.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "[[Beijing Suburban Railway]]",
["system icon"] = "[[File:Bcr logo.svg|20px|link=Beijing Suburban Railway]]",
["system color"] = "11385b",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["color"] = "11385b",
},
["Huairou–Miyun"] = {
["title"] = "[[Huairou–Miyun line]]",
["left terminus"] = "Qinghe",
["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