Module:Adjacent stations/RER Fribourg

< Module:Adjacent stations
Revision as of 18:43, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/RER Fribourg)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Adjacent stations/RER Fribourg/doc

local p = {
	["system title"] = "[[RER Fribourg]]",
	["system icon"] = "",
	["station format"] = {
		"%1 railway station",
	},
	["lines"] = {
		["20"] = {
			["title"] = "[[RER Vaud#Fribourg|S20]]",
			["short name"] = "S20",
			["text color"] = "FFFFFF",
			["color"] = "b51a35",
			["left terminus"] = "Neuchâtel",
			["right terminus"] = "Fribourg",
		},
		["21"] = {
			["title"] = "[[RER Vaud#Fribourg|S21]]",
			["short name"] = "S21",
			["text color"] = "FFFFFF",
			["color"] = "d68a80",
			["left terminus"] = "Ins",
			["right terminus"] = "Fribourg",
		},
		["30"] = {
			["title"] = "[[RER Vaud#Fribourg|S30]]",
			["short name"] = "S30",
			["text color"] = "FFFFFF",
			["color"] = "005f6e",
			["left terminus"] = "Yverdon-les-Bains",
			["right terminus"] = "Fribourg",
		},
		["40"] = {
			["title"] = "[[RER Vaud#Fribourg|S40]]",
			["short name"] = "S40",
			["text color"] = "FFFFFF",
			["color"] = "2f7fb5",
			["left terminus"] = "Romont",
			["right terminus"] = "Fribourg",
		},
		["50"] = {
			["title"] = "[[RER Vaud#Fribourg|S50]]",
			["short name"] = "S50",
			["text color"] = "FFFFFF",
			["color"] = "f7941d",
			["left terminus"] = "Palézieux",
			["right terminus"] = "Bulle",
		},
		["51"] = {
			["title"] = "[[RER Vaud#Fribourg|S51]]",
			["short name"] = "S51",
			["text color"] = "FFFFFF",
			["color"] = "5b3f1a",
			["left terminus"] = "Bulle",
			["right terminus"] = "Montbovon",
		},
		["60"] = {
			["title"] = "[[RER Vaud#Fribourg|S60]]",
			["short name"] = "S60",
			["text color"] = "FFFFFF",
			["color"] = "20409a",
			["left terminus"] = "Bulle",
			["right terminus"] = "Broc-Fabrique",
		},
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["short name"] = "RE",
			["text color"] = "FFFFFF",
			["types"] = {
				["Bulle–Bern"] = {
					["title"] = "Bulle to Bern",
					["color"] = "ed1c24",
					["left terminus"] = "Bulle",
					["right terminus"] = "Bern",					
				},
				["Bulle–Fribourg"] = {
					["title"] = "Bulle to Fribourg",
					["color"] = "d2ac2a",
					["left terminus"] = "Bulle",
					["right terminus"] = "Fribourg",					
				},
			},
		},
	},
}

return p