Jump to content

Module:Adjacent stations/Transports publics Neuchâtelois

From Wikipedia, the free encyclopedia

local p = {
	["system title"] = "[[Transports publics Neuchâtelois]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984;  padding:0.5em 4px; text-align:center; align-items:center;",
	["header background color"] = "82bc00",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["_default"] = {
			["color"] = "ff0000",
		},
		["R21"] = {
			["title"] = "[[Regio (Swiss railway train)|R21]]",
			["color"] = "c03c2e",
			["left terminus"] = "Buttes",
			["right terminus"] = "Neuchâtel",
		},
		["R22"] = {
			["title"] = "[[Regio (Swiss railway train)|R22]]",
			["left terminus"] = "Les Ponts-de-Martel",
			["right terminus"] = "La Chaux-de-Fonds",
		},
		["R24"] = {
			["title"] = "[[Regio (Swiss railway train)|R24]]",
			["left terminus"] = "Les Brenets",
			["right terminus"] = "Le Locle",
		},
	},
}

return p