Jump to content

Module:Adjacent stations/Ouigo España

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Parwa104 (talk | contribs) at 09:32, 14 April 2023 (Created page with ' local p = { ["system title"] = "Ouigo España", ["system icon"] = "link=Ouigo España", ["station format"] = { "%1 railway station", [""] = "", }, ["lines"] = { ["Madrid–Barcelona"] = { ["title"] = "Madrid to Barcelona", ["color"] = "", ["left terminus"] = "Madrid Atocha", ["right terminus"] = "Barcelona Sants", }, }, } return p'). 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"] = "[[Ouigo España]]",
	["system icon"] = "[[File:TGV Ouigo 2013 logo.svg|link=Ouigo España]]",
	["station format"] = {
		"%1 railway station",
		[""] = "",
	},
	["lines"] = {
		["Madrid–Barcelona"] = {
			["title"] = "Madrid to Barcelona",
			["color"] = "",
			["left terminus"] = "Madrid Atocha",
			["right terminus"] = "Barcelona Sants",
		},
	},
}

return p