Jump to content

Module:Adjacent stations/Aargau Verkehr

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Mackensen (talk | contribs) at 02:39, 14 January 2024 (add bus lines). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Aargau Verkehr]]",
	["system icon"] = "",
	["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0f225f;  padding:0.5em 4px; text-align:center; align-items:center;",
	["station format"] = {
		"%1 railway station",
	},
	["system icon format"] = "route",
	["lines"] = {
		["_default"] = {
			["title"] = "[[Aargau Verkehr#Bus routes|%1]]",
			["color"] = "000066",
			["text color"] = "FFFFFF",
		},

		-- Bus lines
		["340"] = {
			["color"] = "39943a",
		},
		["444"] = {
			["color"] = "d03535",
		},
		["445"] = {
			["color"] = "d03535",
		},
	},
}

return p