Jump to content

Module:Adjacent stations/Iryo

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MaxEmanuel (talk | contribs) at 16:52, 1 October 2023 (created from Ouigo Espana). 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"] = "[[Iryo]]",
	["system icon"] = "[[File:Iryo_2022_logo.png|18px|link=Iryo]]",
	["system color"] = "e3005f",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "e3005f",
		},
		["Madrid–Barcelona"] = {
			["title"] = "Madrid to Barcelona",
			["left terminus"] = "Madrid Atocha",
			["right terminus"] = "Barcelona Sants",
		},
		["Madrid–Valencia"] = {
			["title"] = "Madrid to Valencia",
			["left terminus"] = "Madrid Chamartín",
			["right terminus"] = "Valencia-Joaquín Sorolla",
		},
		["Madrid–Alicante"] = {
			["title"] = "Madrid to Alicante",
			["left terminus"] = "Madrid Chamartín",
			["right terminus"] = "Alicante",
		}
	},
}

return p