Jump to content

Module:Adjacent stations/Cercanías Sevilla

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 21:43, 30 August 2022 (Created page with 'local p = { ["system title"] = "Cercanías Sevilla", ["station format"] = { "%1 railway station", ["clockwise loop"] = "clockwise loop", ["counter-clockwise loop"] = "counter-clockwise loop" }, ["lines"] = { ["_default"] = { ["title"] = "%1" }, ["C-1"] = { ["color"] = "71c5e8", ["left terminus"] = "Lora del Río", ["right terminus"] = "Lebrija" }, ["C-2"] = { ["color"] = "266923", ["left...'). 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"] = "[[Cercanías Sevilla]]",
	["station format"] = {
		"%1 railway station",
		["clockwise loop"] = "clockwise loop",
		["counter-clockwise loop"] = "counter-clockwise loop"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[%1 (Cercanías Sevilla)|%1]]"
		},
		["C-1"] = {
			["color"] = "71c5e8",
			["left terminus"] = "Lora del Río",
			["right terminus"] = "Lebrija"
		},
		["C-2"] = {
			["color"] = "266923",
			["left terminus"] = "Cartuja",
			["right terminus"] = "Seville-Santa Justa"
		},
		["C-3"] = {
			["color"] = "FF0000",
			["left terminus"] = "Cazalla-Constantina",
			["right terminus"] = "Seville-Santa Justa"
		},
		["C-4"] = {
			["color"] = "870099",
			["circular"] = true,
			["left terminus"] = "clockwise loop",
			["right terminus"] = "counter-clockwise loop"
		},
		["C-5"] = {
			["color"] = "FAB700",
			["left terminus"] = "Benacazón",
			["right terminus"] = "Jardines de Hércules"
		}
	},
	["aliases"] = {
		["c1"] = "C-1",
		["c-1"] = "C-1",
		["c2"] = "C-2",
		["c-2"] = "C-2",
		["c3"] = "C-3",
		["c-3"] = "C-3",
		["c4"] = "C-4",
		["c-4"] = "C-4",
		["c5"] = "C-5",
		["c-5"] = "C-5"
	}
}

return p