Module:Adjacent stations/Primorskaya Railway

MyWikiBiz, Author Your Legacy — Tuesday June 04, 2024
Jump to navigationJump to search

Documentation for this module may be created at Module:Adjacent stations/Primorskaya Railway/doc

local p = {
	["system title"] = "[[Primorskaya Railway]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
		["Finland"] = "[[Finland Station|Finlyandsky Rail Terminal]]",
		["Flyugov"] = "[[Flyugov post|Flyugov]]"
	},
	["lines"] = {
		["Primorskaya"] = {
			["title"] = "[[Primorskaya Line]]",
			["color"] = "000000",
			["left terminus"] = "Dyuny",
			["right terminus"] = "Primorsky",
		},
	    ["Ozerki"] = {
			["title"] = "[[Ozerki line|Ozerki Line]]",
			["color"] = "000000",
			["left terminus"] = "Primorsky",
			["right terminus"] = "Ozyornaya",
		},
	    ["Tovarnaya"] = {
			["title"] = "[[Tovarnaya line|Tovarnaya Line]]",
			["color"] = "000000",
			["left terminus"] = "Finland",
			["right terminus"] = "Primorsky",
		},
	},
}

return p