Module:Adjacent stations/Euskotren Trena
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Euskotren Trena.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | L3 |
|
| |
Line E1 | E1 |
{{Euskotren Trena color|1}} |
| |
Line E2 | E2 |
{{Euskotren Trena color|2}} |
| |
Line E3 | E3 |
{{Euskotren Trena color|3}} |
| |
Lua error in Module:Adjacent_stations at line 693: "title" is missing from the data page. | E3a |
|
| |
Line E4 | E4 |
{{Euskotren Trena color|4}} |
| |
Line E5 | E5 |
{{Euskotren Trena color|5}} |
|
local p = {
["system title"] = "[[Euskotren Trena]]",
["system icon"] = "[[File:Euskotren Trena Logo.svg|18px|link=Euskotren Trena]]",
["station format"] = {
"%1 station",
["Matiko"] = "Matiko (Metro Bilbao)",
["Uribarri"] = "Uribarri (Metro Bilbao)",
["Zurbaranbarri"] = "Zurbaranbarri (Metro Bilbao)",
["Txurdinaga"] = "Zurbaranbarri (Metro Bilbao)",
["Otxarkoaga"] = "Otxarkoaga (Metro Bilbao)",
["Kukullaga"] = "Kukullaga (Metro Bilbao)",
["Hendaia"] = "Hendaye station"
},
["lines"] = {
["E1"] = {
["title"] = "[[Bilbao-San Sebastián line|Line E1]]",
["color"] = "{{Euskotren Trena color|1}}",
["left terminus"] = "Matiko",
["right terminus"] = "Amara"
},
["E2"] = {
["title"] = "[[San Sebastián Metro|Line E2]]",
["color"] = "{{Euskotren Trena color|2}}",
["left terminus"] = "Lasarte-Oria",
["right terminus"] = "Hendaia"
},
["E3"] = {
["title"] = "[[Txorierri line|Line E3]]",
["color"] = "{{Euskotren Trena color|3}}",
["left terminus"] = "Lezama",
["right terminus"] = "Kukullaga"
},
["E4"] = {
["title"] = "[[Urdaibai line|Line E4]]",
["color"] = "{{Euskotren Trena color|4}}",
["left terminus"] = "Matiko",
["right terminus"] = "Bermeo"
},
["E5"] = {
["title"] = "[[San Sebastián Metro|Line E5]]",
["color"] = "{{Euskotren Trena color|5}}",
["left terminus"] = "Amara",
["right terminus"] = "Altza"
}
}
}
return p