Difference between revisions of "Module:Adjacent stations/BLS"
Jump to navigation
Jump to search
blackwiki>Mackensen (save) |
blackwiki>Mackensen |
||
| Line 9: | Line 9: | ||
["header text color"] = "0028a0", | ["header text color"] = "0028a0", | ||
["lines"] = { | ["lines"] = { | ||
| + | ["RegioExpress"] = { | ||
| + | ["title"] = "[[RegioExpress]]", | ||
| + | ["types"] = { | ||
| + | ["Zweisimmen-Interlaken"] = { | ||
| + | ["title"] = "Zweisimmen to Interlaken", | ||
| + | ["left terminus"] = "Zweisimmen", | ||
| + | ["right terminus"] = "Interlaken Ost", | ||
| + | }, | ||
| + | }, | ||
| + | }, | ||
| + | ["Regio"] = { | ||
| + | ["title"] = "[[Regio (Swiss railway train)|Regio]]", | ||
| + | ["types"] = { | ||
| + | ["Spiez-Interlaken"] = { | ||
| + | ["title"] = "Spiez to Interlaken", | ||
| + | ["left terminus"] = "Spiez", | ||
| + | ["right terminus"] = "Interlaken Ost", | ||
| + | }, | ||
| + | }, | ||
| + | }, | ||
}, | }, | ||
} | } | ||
return p | return p | ||
Revision as of 00:14, 9 March 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:#0028a0; background-color:#a0e100; padding:0.5em 4px; text-align:center; align-items:center;",
["header background color"] = "a0e100",
["header text color"] = "0028a0",
["lines"] = {
["RegioExpress"] = {
["title"] = "[[RegioExpress]]",
["types"] = {
["Zweisimmen-Interlaken"] = {
["title"] = "Zweisimmen to Interlaken",
["left terminus"] = "Zweisimmen",
["right terminus"] = "Interlaken Ost",
},
},
},
["Regio"] = {
["title"] = "[[Regio (Swiss railway train)|Regio]]",
["types"] = {
["Spiez-Interlaken"] = {
["title"] = "Spiez to Interlaken",
["left terminus"] = "Spiez",
["right terminus"] = "Interlaken Ost",
},
},
},
},
}
return p