This is a data module for Module:Adjacent stations. It supports services operated by Aare Seeland mobil..
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
S12 | S12 |
e93f3c |
| |
S11 | S11 |
e93f3c |
| |
S37 | S37 |
e93f3c |
|
local p = {
["system title"] = "[[Aare Seeland mobil]]",
["system icon"] = "[[File:Logo aare seeland mobil.svg|30px|link=Aare Seeland mobil]]",
["station format"] = {
"%1 railway station",
},
["lines"] = {
["_default"] = {
["text color"] = "FFFFFF",
["color"] = "e93f3c",
},
["S11"] = {
["title"] = "[[Aare Seeland mobil#Operations|S11]]",
["left terminus"] = "Solothurn",
["right terminus"] = "Langenthal",
},
["S12"] = {
["title"] = "[[Aare Seeland mobil#Operations|S12]]",
["left terminus"] = "Langenthal",
["right terminus"] = "St. Urban Ziegelei",
},
["S37"] = {
["title"] = "[[Aare Seeland mobil#Operations|S37]]",
["left terminus"] = "Ins",
["right terminus"] = "Biel/Bienne",
},
},
}
return p