Module:Adjacent stations/Ferromex
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Ferromex.
Usage
[edit]{{#invoke:Adjacent stations/Ferromex|function_name}}
Lines
[edit]Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Chepe Regional | Chepe Regional |
ff7602 |
| |
Chepe Express | Chepe Express |
ff7602 |
| |
Tequila Express | Tequila Express |
000000 |
| |
Tequila Herradura Express | Tequila Herradura Express |
000000 |
|
local mexico = "%1 railway station (Mexico)"
local transportation = "%1#Transportation"
local p = {
["lang"] = "en-US",
["system title"] = "[[Ferromex]]",
["system icon"] = "",
["name format"] = "font-family:Arial, sans-serif; font-size: 150%; font-weight:bolder; font-style:bold; line-height: 150%; color:white; background-color:#63666a; border-top: 6px solid #005f61",
["header background color"] = "0175de",
["header text color"] = "ffffff",
["system color"] = "0175de",
["station format"] = {
"%1 railway station",
["Bahuichivo-Cerocahui"] = "[[Cerocahui#Transportation|Bahuichivo-Cerocahui]]",
["Chihuahua"] = "Chihuahua City#Transportation",
["Cuauhtémoc"] = "Ciudad Cuauhtémoc, Chihuahua#Transportation",
["El Fuerte"] = "El Fuerte, Sinaloa#Transportation",
["Los Mochis"] = transportation,
["Guadalajara"] = mexico,
},
["lines"] = {
["_default"] = {
["color"] = "3B7861",
},
["Chepe Regional"] = {
["title"] = "[[Ferrocarril Chihuahua al Pacífico|''Chepe'' Regional]]",
["color"] = "ff7602",
["text color"] = "ffffff",
["left terminus"] = "Los Mochis",
["right terminus"] = "Chihuahua",
},
["Chepe Express"] = {
["title"] = "[[Ferrocarril Chihuahua al Pacífico|''Chepe'' Express]]",
["color"] = "ff7602",
["text color"] = "ffffff",
["left terminus"] = "Los Mochis",
["right terminus"] = "Creel-Sierra Tarahumara",
},
["Tequila Express"] = {
["title"] = "[[Tequila Express]]",
["color"] = "000000",
["text color"] = "ffffff",
["left terminus"] = "Tequila",
["right terminus"] = "Guadalajara",
},
["Tequila Herradura Express"] = {
["title"] = "[[Tequila Herradura Express]]",
["color"] = "000000",
["text color"] = "ffffff",
["left terminus"] = "Amatitán",
["right terminus"] = "Guadalajara",
},
},
["aliases"] = {
["Jose Cuervo Express"] = "Tequila Express",
},
}
return p