This is a data module for Module:Adjacent stations. It supports services operated by Transports publics Neuchâtelois..
Lines
editLine | Keys | Color | Hex color | Icon |
---|---|---|---|---|
R21 | R21 |
c03c2e |
| |
R22 | R22 |
78af41 |
| |
R24 | R24 |
d282b4 |
|
local p = {
["system title"] = "[[Transports publics Neuchâtelois]]",
["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"] = "82bc00",
["header text color"] = "FFFFFF",
["lines"] = {
["R21"] = {
["title"] = "[[Regio (Swiss railway train)|R21]]",
["color"] = "c03c2e",
["left terminus"] = "Buttes",
["right terminus"] = "Neuchâtel",
},
["R22"] = {
["title"] = "[[Regio (Swiss railway train)|R22]]",
["color"] = "78af41",
["left terminus"] = "Les Ponts-de-Martel",
["right terminus"] = "La Chaux-de-Fonds",
},
["R24"] = {
["title"] = "[[Regio (Swiss railway train)|R24]]",
["color"] = "d282b4",
["left terminus"] = "Les Brenets",
["right terminus"] = "Le Locle",
},
},
}
return p