Jump to content

Module:Adjacent stations/Beijing Suburban Railway

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:20, 12 September 2019 (Created page with 'local p = { ["system title"] = "Beijing Suburban Railway", ["system icon"] = "20px|link=Beijing Suburban Railway", ["system color"]...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Beijing Suburban Railway]]",
	["system icon"] = "[[File:Bcr logo.svg|20px|link=Beijing Suburban Railway]]",
	["system color"] = "000000",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",
		},
		["Huairou–Miyun"] = {
			["title"] = "[[Huairou–Miyun line|Huairou–Miyun]]",
			["left terminus"] = "Huangtudian",
			["right terminus"] = "Gubeikou",
		},
		["S2"] = {
			["title"] = "[[Line S2 (BCR)|Line S2]]",
			["left terminus"] = "Huangtudian",
			["right terminus"] = {"Shacheng", "Yanqing"},
		},
		["Sub-Central"] = {
			["title"] = "[[Sub-Central line|Sub-Central]]",
			["left terminus"] = "Beijing West",
			["right terminus"] = "Qiaozhuang East",
		},
	},
	["aliases"] = {
		["hm"] = "Huairou–Miyun",
		["huairou-miyun"] = "Huairou–Miyun",
		["huaimi"] = "Huairou–Miyun",
		["s1"] = "Sub-Central",
		["s5"] = "Huairou–Miyun",
		["sc"] = "Sub-Central",
	}
}

return p