This module is rated as ready for general use. It has reached a mature form and is thought to be relatively bug-free and ready for use wherever appropriate. It is ready to mention on help pages and other Wikipedia resources as an option for new users to learn. To reduce server load and bad output, it should be improved by sandbox testing rather than repeated trial-and-error editing. |
This is a data module for Module:Adjacent stations. It supports former services operated by Fillmore and Western Railway.
Usage
edit{{#invoke:Adjacent stations/Fillmore and Western Railway|function_name}}
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Santa Paula Branch Line | Santa Paula Branch |
EE8F1B |
|
local p = {
["system title"] = "[[Fillmore and Western Railway]]",
["system color"] = "F57C14",
["name format"] = "font-size:150%; font-family:sans-serif; font-weight:bolder; color:#FFFFFF; background-color:#F57C14; padding:0.4em 4px;",
["header background color"] = {
"EE8F1B",
},
["header text color"] = {
"FFFFFF",
},
["station format"] = {
["Fillmore"] = "Fillmore station (Southern Pacific Railroad)",
["Piru"] = "Piru, California",
["Santa Paula"] = "Santa Paula station"
},
["lines"] = {
["Santa Paula Branch"] = {
["title"] = "[[Santa Paula Branch Line]]",
["note-mid"] = "Closed 2021",
["color"] = "EE8F1B",
["left terminus"] = "Santa Paula",
["right terminus"] = "Piru",
}
}
}
return p