Difference between revisions of "Module:Adjacent stations/BLS"
Jump to navigation
Jump to search
blackwiki>Mackensen |
blackwiki>Mackensen (++) |
||
| Line 40: | Line 40: | ||
["types"] = { | ["types"] = { | ||
["Solothurn-Thun"] = { | ["Solothurn-Thun"] = { | ||
| − | ["title"] = "Solothurn | + | ["title"] = "Thun to Solothurn", |
| − | ["left terminus"] = " | + | ["left terminus"] = "Thun", |
| − | ["right terminus"] = " | + | ["right terminus"] = "Solothurn", |
}, | }, | ||
["Spiez-Interlaken"] = { | ["Spiez-Interlaken"] = { | ||
| Line 48: | Line 48: | ||
["left terminus"] = "Spiez", | ["left terminus"] = "Spiez", | ||
["right terminus"] = "Interlaken Ost", | ["right terminus"] = "Interlaken Ost", | ||
| + | }, | ||
| + | ["Thun-Konolfingen"] = { | ||
| + | ["title"] = "Thun to Konolfingen", | ||
| + | ["left terminus"] = "Thun", | ||
| + | ["right terminus"] = "Konolfingen", | ||
}, | }, | ||
["Zweisimmen-Bern"] = { | ["Zweisimmen-Bern"] = { | ||
Revision as of 01:13, 27 May 2020
This is a data module for Module:Adjacent stations. It supports services operated by BLS (BLS AG). It excludes services that are operated as part of the Bern S-Bahn.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc Template:Rail template doc
local p = {
["system title"] = "[[BLS AG|BLS]]",
["system icon"] = "",
["station format"] = {
"%1 railway station",
},
["name format"] = "font-size:160%; font-family:Helvetica; font-weight:bolder; font-kerning:auto; font-stretch:expanded; color:#FFFFFF; background-color:#0E3984; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "a0e100",
["header text color"] = "0028a0",
["lines"] = {
["RegioExpress"] = {
["title"] = "[[RegioExpress]]",
["color"] = "003d7e",
["types"] = {
["Bern-Domodossola"] = {
["title"] = "''Lötschberger''",
["left terminus"] = "Bern",
["right terminus"] = "Domodossola",
},
["Bern-Lucerne"] = {
["title"] = "Bern to Lucerne",
["left terminus"] = "Bern",
["right terminus"] = "Lucerne",
},
["La Chaux-de-Fonds-Bern"] = {
["title"] = "La Chaux-de-Fonds to Bern",
["left terminus"] = "La Chaux-de-Fonds",
["right terminus"] = "Bern",
},
["Zweisimmen-Interlaken"] = {
["title"] = "Zweisimmen to Interlaken",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Interlaken Ost",
},
},
},
["Regio"] = {
["title"] = "[[Regio (Swiss railway train)|Regio]]",
["color"] = "bcbdc0",
["types"] = {
["Solothurn-Thun"] = {
["title"] = "Thun to Solothurn",
["left terminus"] = "Thun",
["right terminus"] = "Solothurn",
},
["Spiez-Interlaken"] = {
["title"] = "Spiez to Interlaken",
["left terminus"] = "Spiez",
["right terminus"] = "Interlaken Ost",
},
["Thun-Konolfingen"] = {
["title"] = "Thun to Konolfingen",
["left terminus"] = "Thun",
["right terminus"] = "Konolfingen",
},
["Zweisimmen-Bern"] = {
["title"] = "Zweisimmen to Bern",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Bern",
},
},
},
},
}
return p