Jump to content

Module:Adjacent stations/SNCF

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 02:58, 25 July 2020 (Created page with 'local p = { ["system title"] = "SNCF", ["system icon"] = "", ["station format"] = { "%1 station", ["Paris-Lyon"] = "Gare de Lyon", }, ["lines"] = {...'). 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"] = "[[SNCF]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Paris-Lyon"] = "Gare de Lyon",
	},
	["lines"] = {
		["TGV"] = {
			["title"] = "[[List of TGV services|TGV]]",
			["color"] = "808281",
			["types"] = {
				["Paris–Évian-les-Bains"] = {
					["title"] = "",
					["left terminus"] = "Paris-Lyon",
					["right terminus"] = "Évian-les-Bains",
				},
			},
		},
	},
}

return p