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 |
---|---|---|---|---|
Line 3 | L3 |
e3007b |
| |
Line E1 | E1 |
1969b5 |
| |
Line E2 | E2 |
a9c21c |
| |
Line E3 | E3 |
01aaeb |
| |
Line E3a | E3a |
0090d3 |
| |
Line E4 | E4 |
282c68 |
| |
Line E5 | E5 |
897970 |
|
local p = {
["system title"] = "[[Euskotren Trena]]",
["system icon"] = "[[File:Euskotren Trena Logo.svg|18px|link=Euskotren Trena]]",
["station format"] = {
"%1 station",
["Matiko"] = "Matiko (Bilbao metro)",
["Uribarri"] = "Uribarri (Bilbao metro)",
["Zazpikaleak/Casco Viejo"] = "Zazpikaleak/Casco Viejo (Bilbao metro)",
["Zurbaranbarri"] = "Zurbaranbarri (Bilbao metro)",
["Txurdinaga"] = "Txurdinaga (Bilbao metro)",
["Otxarkoaga"] = "Otxarkoaga (Bilbao metro)",
["Kukullaga"] = "Kukullaga (Bilbao metro)",
["Hendaia"] = "Hendaye station",
["Lutxana"] = "Lutxana (Bilbao metro)",
["Herrera"] = "Herrera station (Euskotren)",
["Intxaurrondo"] = "Intxaurrondo station (Euskotren)",
["Loiola"] = "Loiola station (Euskotren)",
["Anoeta"] = "Anoeta station (Euskotren)",
["Pasaia"] = "Pasaia station (Euskotren)"
},
["name format"] = {
"font-size:180%; font-family:Helvetica, sans-serif; font-weight:bolder; line-height:120%; color:#FFFFFF; background-color:#007EC3;",
},
["header background color"] = {
"007EC3",
},
["header text color"] = {
"FFFFFF",
},
["lines"] = {
["L3"] = {
["title"] = "[[Line 3 (Bilbao metro)|Line 3]]",
["color"] = "e3007b",
["icon"] = "[[File:Metro de Bilbao L3.svg|16px|alt=]]",
["left terminus"] = "Matiko",
["right terminus"] = "Kukullaga"
},
["E1"] = {
["title"] = "[[Bilbao–San Sebastián line|Line E1]]",
["color"] = "1969b5",
["icon"] = "[[File:Euskotren E1.svg|x16px|alt=]]",
["left terminus"] = "Matiko",
["right terminus"] = "Amara"
},
["E2"] = {
["title"] = "[[San Sebastián Metro|Line E2]]",
["color"] = "a9c21c",
["icon"] = "[[File:Euskotren E2.svg|x16px|alt=]]",
["left terminus"] = "Lasarte-Oria",
["right terminus"] = "Hendaia"
},
["E3"] = {
["title"] = "[[Txorierri line|Line E3]]",
["color"] = "01aaeb",
["icon"] = "[[File:Euskotren E3.svg|x16px|alt=]]",
["left terminus"] = "Lezama",
["right terminus"] = "Kukullaga"
},
["E3a"] = {
["title"] = "[[Lutxana–Sondika line|Line E3a]]",
["color"] = "0090d3",
["icon"] = "[[File:Euskotren E3a.svg|x16px|alt=]]",
["left terminus"] = "Lutxana",
["right terminus"] = "Sondika"
},
["E4"] = {
["title"] = "[[Urdaibai line|Line E4]]",
["color"] = "282c68",
["icon"] = "[[File:Euskotren E4.svg|x16px|alt=]]",
["left terminus"] = "Matiko",
["right terminus"] = "Bermeo"
},
["E5"] = {
["title"] = "[[San Sebastián Metro|Line E5]]",
["color"] = "897970",
["icon"] = "[[File:Euskotren E5.svg|x16px|alt=]]",
["left terminus"] = "Amara",
["right terminus"] = "Altza"
}
}
}
return p