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:46, 29 April 2022 (Created page with 'local p = { ["system title"] = "CFL", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = { ["_default"] = { ["title"] = "CFL Line %1", }, ["10"] = { ["color"] = "ed1846", ["text color"] = "FFFFFF", ["short name"] = "L10", ["left terminus"] = "Luxembourg", ["right terminus"] = {"Troisvierges", "Wiltz", "Diekirch"}, }, }, } 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"] = "[[Société Nationale des Chemins de Fer Luxembourgeois|CFL]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["_default"] = {
			["title"] = "[[CFL Line %1]]",
		},
		["10"] = {
			["color"] = "ed1846",
			["text color"] = "FFFFFF",
			["short name"] = "L10",
			["left terminus"] = "Luxembourg",
			["right terminus"] = {"Troisvierges", "Wiltz", "Diekirch"},
		},
	},
}

return p