Jump to content

Module:Adjacent stations/Basler Verkehrs-Betriebe

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 20:35, 13 January 2024 (Created page with 'local p = { ["system title"] = "BVB", ["system icon"] = "20px|link=Basler Verkehrs-Betriebe", ["station format"] = { }, ["system icon format"] = "route", ["lines"] = { ["_default"] = { ["title"] = "%1", ["color"] = "adafaf", ["text color"] = "000000", }, }, } return p'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Basler Verkehrs-Betriebe|BVB]]",
	["system icon"] = "[[File:Basler Verkehrs-Betriebe.svg|20px|link=Basler Verkehrs-Betriebe]]",
	["station format"] = {
	},
	["system icon format"] = "route",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Basler Verkehrs-Betriebe|%1]]",
			["color"] = "adafaf",
			["text color"] = "000000",
		},
	},
}

return p