Jump to content

Module:Adjacent stations/Southwestern Railways

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:58, 23 September 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Southwestern Railways]]",
	["station format"] = {
		"%1 railway station",
		["Fastiv"] = "Fastiv I railway station",
		["Kyiv"] = "Kyiv-Pasazhyrskyi railway station"
	},
	["lines"] = {
		["_default"] = {
			["color"] = "EEEEEE",
			["title"] = "%1"
		},
		["Fastiv-Kyiv"] = {
			["title"] = "Fastiv-Kyiv",
			["left terminus"] = "Kyiv",
			["right terminus"] = "Fastiv"
		},
		["Nizhyn-Kyiv"] = {
			["title"] = "Nizhyn-Kyiv",
			["left terminus"] = "Kyiv",
			["right terminus"] = "Nizhyn"
		}
	}
}

return p