This is a data module for Module:Adjacent stations. It supports services operated by Aargau Verkehr. For the Limmattal light rail line, see Module:Adjacent stations/Trams in Zürich. For the S14, see Module:Adjacent stations/Aargau S-Bahn. For the S17, see Module:Adjacent stations/Zürich S-Bahn.
Lines
editBus
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
340 | 340 |
39943a |
340 | |
444 | 444 |
d03535 |
444 | |
445 | 445 |
d03535 |
445 | |
601 | 601 |
000066 |
601 | |
602 | 602 |
000066 |
602 | |
603 | 603 |
000066 |
603 | |
604 | 604 |
000066 |
604 | |
605 | 605 |
000066 |
605 | |
606 | 606 |
000066 |
606 | |
608 | 608 |
000066 |
608 | |
609 | 609 |
000066 |
609 | |
611 | 611 |
000066 |
611 | |
612 | 612 |
000066 |
612 | |
613 | 613 |
000066 |
613 |
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