Module:Adjacent stations/Aargau Verkehr
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"] = "%1",
["color"] = "000066",
["text color"] = "FFFFFF",
},
-- Bus lines
["340"] = {
["color"] = "39943a",
},
["444"] = {
["color"] = "d03535",
},
["445"] = {
["color"] = "d03535",
},
},
}
return p