Jump to content

Module:Adjacent stations/Llobregat–Anoia Line

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 12:34, 23 May 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local s = "%1 station"

local p = {
	["system title"] = "[[Llobregat–Anoia Line]]",
	["system icon"] = "",
	["station format"] = {
		"%1 (Llobregat–Anoia Line)",
		
		 ["Barcelona Pl. Espanya"] = "Plaça d'Espanya station",
		 ["Europa – Fira"] = "[[Europa – Fira station|Europa | Fira]]",
		 ["Ildefons Cerdà"] = s,
		 ["L'Hospitalet Av. Carrilet"] = "Avinguda Carrilet station",
		 ["Martorell Central"] = s,
		 ["Sant Vicenç – Castellgalí"] = "[[Sant Vicenç – Castellgalí (Llobregat–Anoia Line)|Sant Vicenç | Castellgalí",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Barcelona Metro|%1]]",
			["color"] = "EEEEEE",
		},
		["L1"] = {
			["title"] = "[[Barcelona Metro line 1|L1]]",
			["color"] = "E23A3C",
			["left terminus"] = "Hospital de Bellvitge",
			["right terminus"] = "Fondo",
		},
		["L2"] = {
			["title"] = "[[Barcelona Metro line 2|L2]]",
			["color"] = "9E469C",
			["left terminus"] = "Paral·lel",
			["right terminus"] = "Badalona Pompeu Fabra",
		},
		["L3"] = {
			["title"] = "[[Barcelona Metro line 3|L3]]",
			["color"] = "52BA54",
			["left terminus"] = "Zona Universitària",
			["right terminus"] = "Trinitat Nova",
		},
		["L4"] = {
			["title"] = "[[Barcelona Metro line 4|L4]]",
			["color"] = "FEBE14",
			["left terminus"] = "Trinitat Nova",
			["right terminus"] = "La Pau",
		},
	},
}

return p;