Jump to content

Module:Adjacent stations/CFL

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

local p = {
	["system title"] = "[[Société Nationale des Chemins de Fer Luxembourgeois|CFL]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[CFL Line %1|Line %1]]",
		},
		["10"] = {
			["color"] = "ADFF2F",
			["text color"] = "FFFFFF",
			["short name"] = "L10",
			["left terminus"] = "Luxembourg",
			["right terminus"] = {"Troisvierges", "Wiltz", "Diekirch"},
		},
	},
}

return p