Jump to content

Module:Adjacent stations/Cercanías Asturias

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Frietjes (talk | contribs) at 16:24, 20 September 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local p = {
	["system title"] = "[[Cercanías Asturias]]",
	["station format"] = {
		"%1 station"
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[Cercanías Asturias|%1]]",
		},
		["C-1"] = {
			["title"] = "[[Cercanías Asturias#Lines with Iberian gauge|C-1]]",
			["color"] = "FF0000",
			["left terminus"] = "Fierros",
			["right terminus"] = "Gijón"
		},
		["C-2"] = {
			["title"] = "[[Cercanías Asturias#Lines with Iberian gauge|C-2]]",
			["left terminus"] = "El Entrego",
			["right terminus"] = "Oviedo"
		},
		["C-3"] = {
			["title"] = "[[Cercanías Asturias#Lines with Iberian gauge|C-3]]",
			["left terminus"] = "San Xuan",
			["right terminus"] = "Llamaquique"
		},
		["C-4f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-4f]]",
			["color"] = "83930C",
			["left terminus"] = "Cudillero",
			["right terminus"] = "Gijón"
		},
		["C-5f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-5f]]",
			["color"] = "DDB30F",
			["left terminus"] = "Laviana",
			["right terminus"] = "Gijón"
		},
		["C-6f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-6f]]",
			["left terminus"] = "L'Infiestu Apeadero",
			["right terminus"] = "Oviedo"
		},
		["C-7f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-7f]]",
			["left terminus"] = "San Esteban",
			["right terminus"] = "Oviedo"
		},
		["C-8f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-8f]]",
			["left terminus"] = "Collanzo",
			["right terminus"] = "Baiña"
		},
		["C-9f"] = {
			["title"] = "[[Cercanías Asturias#Lines with Metre gauge|C-9f]]",
			["color"] = "808080",
			["left terminus"] = "Laviana",
			["right terminus"] = "Gijón"
		},
	}
}

return p