Jump to content

Module:Adjacent stations/Eurostar

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Animal lover 666 (talk | contribs) at 09:42, 8 May 2022 (Created page with 'local p = { ["system title"] = "Eurostar", ["system icon"] = "", ["station format"] = { "%1 station", }, ["lines"] = { [""] = { ["title"] = "Eurostar", ["text color"] = "FFD700", ["left terminus"] = "London St Pancras", ["right terminus"] = {"Paris-Nord","Amsterdam Centraal","Marne-la-Vallée–Chessy","Marseille-Saint-Charles","Bourg-Saint-Maurice"} }, }, } 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"] = "[[Eurostar]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		[""] = {
			["title"] = "[[Eurostar]]",
			["text color"] = "FFD700",
		    ["left terminus"] = "London St Pancras",
			["right terminus"] = {"Paris-Nord","Amsterdam Centraal","Marne-la-Vallée–Chessy","Marseille-Saint-Charles","Bourg-Saint-Maurice"}
		},
	},
}

return p