Jump to content

Module:Adjacent stations/RZD

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by AJP426 (talk | contribs) at 09:01, 29 July 2020 (Created page with 'local p = { ["system title"] = "Russian Railways", ["system icon"] = "25px", ["station format"] = { "%1 railway stati...'). 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"] = "[[Russian Railways]]",
	["system icon"] = "[[File:Russian Railways Logo.svg|25px]]",
	["station format"] = {
		"%1 railway station",
		["Finland"] = "[[Finland Station|Finlyandsky]]",
	},
	["lines"] = {
		["Far East"] = {
			["title"] = "[[Baranovsky–Khasan line]]",
			["color"] = "FF0000",
			["left terminus"] = "Baranovsky",
			["right terminus"] = "Khasan",
		},
	},
}

return p