Difference between revisions of "Module:Adjacent stations/LEB"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(+logo size)
m (5 revisions imported)
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
 
["station format"] = {
 
["station format"] = {
 
"%1 railway station",
 
"%1 railway station",
 +
["Assens"] = "%1 railway station (Switzerland)",
 
["Lausanne-Flon"] = "%1 station",
 
["Lausanne-Flon"] = "%1 station",
 
},
 
},

Latest revision as of 12:39, 26 September 2020

local p = {
	["system title"] = "[[Lausanne–Echallens–Bercher railway|LEB]]",
	["system icon"] = "[[File:Logo LEB 2017.svg|30px|link=Lausanne–Echallens–Bercher railway]]",
	["station format"] = {
		"%1 railway station",
		["Assens"] = "%1 railway station (Switzerland)",
		["Lausanne-Flon"] = "%1 station",
	},
	["system color"] = "25a345",
	["lines"] = {
		["Green Line"] = {
			["title"] = "Green Line",
			["color"] = "25a345",
			["left terminus"] = "Bercher",
			["right terminus"] = "Lausanne-Flon",
		},
	},
}

return p