This is a data module for Module:Adjacent stations. It supports services operated by Chemins de fer du Jura.
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R36 | R36 |
782b90 |
| |
R37 | R37 |
ef4b54 |
| |
R51 | R51 |
00aeef |
|
local p = {
["system title"] = "[[Chemins de fer du Jura]]",
["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"] = "EB1A00",
["header text color"] = "FFFFFF",
["lines"] = {
["R36"] = {
["title"] = "[[Regio (Swiss railway train)|R36]]",
["color"] = "782b90",
["left terminus"] = "La Chaux-de-Fonds",
["right terminus"] = "Glovelier",
},
["R37"] = {
["title"] = "[[Regio (Swiss railway train)|R37]]",
["color"] = "ef4b54",
["left terminus"] = "Le Noirmont",
["right terminus"] = "Tavannes",
},
["R51"] = {
["title"] = "[[Regio (Swiss railway train)|R51]]",
["color"] = "00aeef",
["left terminus"] = "Porrentruy",
["right terminus"] = "Bonfol",
},
},
}
return p