Module:Adjacent stations/Seville Metro
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Seville Metro.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Line 1 | 1 |
009900 |
| |
Line 2 | 2 |
3366CC |
|
local p = {
["system title"] = "[[Seville Metro]]",
["system icon"] = "",
["system color"] = "",
["name format"] = "font-size:160%; font-family:sans-serif; font-weight:bolder; line-height:150%; color:#339966; background-color:transparent; border-top:8px solid #339966;",
["header background color"] = "EEEEEE",
["header text color"] = "000000",
["station format"] = {
"%1 (Seville Metro)",
["Guadaíra"] = "Guadaíra railway station",
["Palacio de Congresos"] = "Palacio de Congresos railway station",
["San Bernardo"] = "San Bernardo railway station",
},
["lines"] = {
["_default"] = {
["title"] = "[[Seville Metro line %1|Line %1]]",
["color"] = "339966",
["icon"] = "[[File:Línea %1 Metro de Sevilla.svg|16px|alt=]]",
},
["1"] = {
["color"] = "009900",
["left terminus"] = "Ciudad Expo",
["right terminus"] = "Olivar de Quintos",
},
["2"] = {
["color"] = "3366CC",
["left terminus"] = "Torre Triana",
["right terminus"] = "Parque Tecnológico",
},
},
["aliases"] = {
["line 1"] = "1",
["line 2"] = "2",
["green"] = "1",
["blue"] = "2",
}
}
return p