Difference between revisions of "Module:Adjacent stations/Regionalverkehr Bern-Solothurn"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local p = { ["system title"] = "Regionalverkehr Bern-Solothurn", ["system icon"] = "", ["station format"] = { "%1 railway station", }, ["lines"] = {...')
 
m (4 revisions imported)
 
(3 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
"%1 railway station",
 
"%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"] = "EB1A00",
 +
["header text color"] = "FFFFFF",
 
["lines"] = {
 
["lines"] = {
["Bern–Solothurn"] = {
+
["RegioExpress"] = {
 
["title"] = "[[RegioExpress]]",
 
["title"] = "[[RegioExpress]]",
["color"] = "22b24c",
+
["types"] = {
["left terminus"] = "Bern",
+
["Bern–Solothurn"] = {
["right terminus"] = "Solothurn",
+
["title"] = "",
 +
["color"] = "22b24c",
 +
["left terminus"] = "Bern",
 +
["right terminus"] = "Solothurn",
 +
},
 +
},
 
},
 
},
 
},
 
},

Latest revision as of 12:48, 26 September 2020

This is a data module for Module:Adjacent stations. It supports services operated by the Regionalverkehr Bern-Solothurn. See Module:Adjacent stations/Bern S-Bahn for the Bern S-Bahn S7, S8, and S9.


local p = {
	["system title"] = "[[Regionalverkehr Bern-Solothurn]]",
	["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"] = "EB1A00",
	["header text color"] = "FFFFFF",
	["lines"] = {
		["RegioExpress"] = {
			["title"] = "[[RegioExpress]]",
			["types"] = {
				["Bern–Solothurn"] = {
					["title"] = "",
					["color"] = "22b24c",
					["left terminus"] = "Bern",
					["right terminus"] = "Solothurn",
				},
			},
		},
	},
}

return p