Module:Adjacent stations/Newcastle Ferry
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by the Stockton ferry service.
Line | Keys | Color | Hex color | Icon |
---|---|---|---|---|
Stockton Ferry | Stockton |
5ab031 |
|
local p = {
["system title"] = "[[Stockton ferry service|Stockton Ferry]]",
["system color"] = "009e4d",
["system icon"] = "",
["header stop noun"] = "wharf",
["name format"] = "font-size: 170%; font-family: sans-serif; font-weight: bolder; line-height: 100%; color: #ffffff; background-color: #009e4d; padding: 0.5em 0 0.5em 0;",
["header background color"] = "009e4d",
["header text color"] = "ffffff",
["station format"] = {
"%1 ferry wharf",
["Queens"] = "Queens Wharf",
["Stockton"] = "Stockton, New South Wales",
},
["lines"] = {
["_default"] = {
["icon"] = "[[File:TfNSW %1 2017.svg|16px|alt=]]",
},
["Stockton"] = {
["title"] = "[[Stockton ferry service|Stockton Ferry]]",
["color"] = "5ab031",
["icon"] = "[[File:TfNSW F.svg|16px|alt=]]",
["left terminus"] = "Stockton",
["right terminus"] = "Queens",
},
}
}
return p