Module:Adjacent stations/Trams in Bern

From blackwiki
< Module:Adjacent stations
Revision as of 23:38, 23 July 2020 by blackwiki>Mackensen (Created page with 'local p = { ["system title"] = "Trams in Bern", ["system icon"] = "", ["station format"] = { "", [""] = "", }, ["lines"] = { ["3"] = { ["title"...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is a data module for Module:Adjacent stations. It supports services operated by the Trams in Bern.

Lines


local p = {
	["system title"] = "[[Trams in Bern]]",
	["system icon"] = "",
	["station format"] = {
		"",
		[""] = "",
	},
	["lines"] = {
		["3"] = {
			["title"] = "[[Trams in Bern#Lines|3]]",
			["color"] = "9bb4bd",
			["text color"] = "FFFFFF",
		},
		["6"] = {
			["title"] = "[[Trams in Bern#Lines|6]]",
			["color"] = "0e88d3",
			["text color"] = "FFFFFF",
		},
		["7"] = {
			["title"] = "[[Trams in Bern#Lines|7]]",
			["color"] = "ed1c24",
			["text color"] = "FFFFFF",
		},
		["8"] = {
			["title"] = "[[Trams in Bern#Lines|8]]",
			["color"] = "f24dae",
			["text color"] = "FFFFFF",
		},
		["9"] = {
			["title"] = "[[Trams in Bern#Lines|9]]",
			["color"] = "fbbc09",
			["text color"] = "FFFFFF",
		},
	},
}

return p