Module:Adjacent stations/Palma Metro

local stn = "%1 station"

local p = {
	["system title"] = "[[Palma Metro]]",
	["system icon"] = "[[File:Símbolo del Metro de Palma.svg|20px|link=Palma Metro]]",
	["station format"] = {
		"%1 metro station",
		["Jacint Verdaguer"] = stn,
		["Palma Intermodal"] = "Palma Intermodal Station",
		["Son Costa / Son Fortesa"] = stn,
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Palma Metro|%1]]",
			["icon"] = "[[File:Metro Palma %1.svg|x16px|link=Palma Metro]]",
		},
		["M1"] = {
			["color"] = "f1b03e",
			["left terminus"] = "Palma Intermodal",
			["right terminus"] = "UIB",
		},
		["M2"] = {
			["color"] = "e93324",
			["left terminus"] = "Palma Intermodal",
			["right terminus"] = "Marratxí",
		},
	},
	["aliases"] = {
		["1"] = "M1",
		["2"] = "M2",
	}
}

return p