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:25, 23 May 2022 (Created page with 'local p = { ["system title"] = "Llobregat–Anoia Line", ["system icon"] = "", ["station format"] = { "%1 (Llobregat–Anoia Line)", ["Espanya"] = "Plaça d'Espanya station", }, ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "EEEEEE", }, ["L1"] = { ["title"] = "L1", ["color"] = "E23A3C", ["left terminus"] = "Hospital de Bellvitge", ["right terminus"] = "Fondo"...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Llobregat–Anoia Line]]",
	["system icon"] = "",
	["station format"] = {
		"%1 (Llobregat–Anoia Line)",

		["Espanya"] = "Plaça d'Espanya station",
	},
	["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;