Module:Adjacent stations/Metro Bilbao
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Metro Bilbao.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | L1 |
f1592a |
| |
Line 2 | L2 |
19181b |
|
local station = "%1 station"
local p = {
["system title"] = "[[Bilbao metro|Metro Bilbao]]", -- The shown text is Metro Bilbao, as it refers to the operating company. Line 3 (Euskotren) is handled using another module.
["system icon"] = "[[File:Símbolo del Metro de Bilbao.svg|18px|link=Bilbao metro]]",
["station format"] = {
"%1 (Bilbao metro)",
["Santimami/San Mamés"] = "Santimami/San Mamés station" -- station shared with other networks
},
["name format"] = "font-size: 180%; font-family: Helvetica, sans-serif; font-weight: bolder; line-height: 120%; color: #FFFFFF; background-color: #df4e21;",
["header background color"] = "df4e21",
["header text color"] = "FFFFFF",
["lines"] = {
["_default"] = {
["title"] = "[[Line %1 (Bilbao metro)|Line %1]]",
["icon"] = "[[File:Metro de Bilbao L%1.svg|16px|alt=]]",
},
["1"] = {
["color"] = "f1592a",
["left terminus"] = "Plentzia",
["right terminus"] = "Etxebarri",
},
["2"] = {
["color"] = "19181b",
["left terminus"] = "Kabiezes",
["right terminus"] = "Basauri",
},
},
["aliases"] = {
["l1"] = "1",
["l2"] = "2",
["line 1"] = "1",
["line 2"] = "2",
},
}
return p