local p = {
	["system title"] = "[[Warsaw Metro]]",
	["system icon"] = "[[File:Warsaw Metro logo.svg|18px|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]]"
		},
		["1"] = {
			["color"] = "0057b8",
			["icon"] = "[[File:M1-20px.svg|18px|link=M1 (Warsaw)|alt=]]",
			["left terminus"] = "Młociny",
			["right terminus"] = "Kabaty"
		},
		["2"] = {
			["color"] = "c8102e",
			["icon"] = "[[File:M2-20px.svg|18px|link=M2 (Warsaw)|alt=]]",
			["left terminus"] = "Bemowo",
			["right terminus"] = "Bródno"
		},
		["3"] = {
			["color"] = "008000",
			["icon"] = "[[File:M3 (Warsaw) 2.png|18px|link=M3 (Warsaw)|alt=]]",
			["left terminus"] = "Stadion Narodowy",
			["right terminus"] = "Gocław"
		},
		["4"] = {
			["title"] = "[[Warsaw Metro#Lines|Line 4]]",
			["color"] = "800080",
			["left terminus"] = "??",
			["right terminus"] = "??"
		},
	},
	["aliases"] = {
		["line 1"] = "1",
		["line 2"] = "2",
		["line 3"] = "3",
		["line 4"] = "4",
		["m1"] = "1",
		["m2"] = "2",
		["m3"] = "3",
		["m4"] = "4"
	}
}

return p