Module:Adjacent stations/Warsaw Metro

local p = {
	["system title"] = "[[Warsaw Metro]]",
	["system icon"] = "[[File:Warsaw Metro logo.svg|15px|link=Warsaw Metro|alt=The logo of Warsaw Metro.]]",
	["station format"] = {
		"%1 metro station",
		["Stadion"] = "[[Stadion Narodowy metro station|Stadion]]"	
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[M%1 (Warsaw)|Line %1]]"
		},
		["M1"] = {
			["title"] = "[[M1 (Warsaw)|M1 line]]",
			["color"] = "0057b8",
			["icon"] = "[[File:M1-20px.svg|15px|link=M1 (Warsaw)|alt=]]",
			["left terminus"] = "Młociny",
			["right terminus"] = "Kabaty"
		},
		["M2"] = {
			["title"] = "[[M2 (Warsaw)|M2 line]]",
			["color"] = "c8102e",
			["icon"] = "[[File:M2-20px.svg|15px|link=M2 (Warsaw)|alt=]]",
			["left terminus"] = "Bemowo",
			["right terminus"] = "Bródno"
		},
		["M3"] = {
			["title"] = "[[M3 (Warsaw)|M3 line]]",
			["color"] = "008000",
			["icon"] = "[[File:M3 (Warsaw).png|15px|link=M3 (Warsaw)|alt=]]",
			["left terminus"] = "Stadion Narodowy",
			["right terminus"] = "Gocław"
		},
		["M4"] = {
			["title"] = "[[Warsaw Metro#Lines|M4 line]]",
			["color"] = "800080",
			["left terminus"] = "??",
			["right terminus"] = "??"
		},
	},
	["aliases"] = {
		["line 1"] = "M1",
		["line 2"] = "M2",
		["line 3"] = "M3",
		["line 4"] = "M4",
		["1"] = "M1",
		["2"] = "M2",
		["3"] = "M3",
		["4"] = "M4"
	}
}

return p