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:42, 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"] = "[[Ferrocarrils de la Generalitat de Catalunya|FGC]]",
	["system icon"] = "[[File:FGC.svg|13px|link=Ferrocarrils de la Generalitat de Catalunya]]",
	["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"] = "[(Llobregat–Anoia Line|%1]]",
			["color"] = "EEEEEE",
		},
		["L8"] = {
			["title"] = "L8",
			["color"] = "E659B4",
			["left terminus"] = "Ildefons Cerdà",
			["right terminus"] = "Barcelona Pl. Espanya",
		},
		["R5"] = {
			["title"] = "R5",
			["color"] = "4FC4BB",
			["left terminus"] = "Paral·lel",
			["right terminus"] = "Barcelona Pl. Espanya",
		},
		["R6"] = {
			["title"] = "R6",
			["color"] = "9EA1A6",
			["left terminus"] = "Zona Universitària",
			["right terminus"] = "Barcelona Pl. Espanya",
		},
		["R50"] = {
			["title"] = "R50",
			["color"] = "007D9B",
			["left terminus"] = "Trinitat Nova",
			["right terminus"] = "Barcelona Pl. Espanya",
		},
	},
}

return p;