Jump to content

Module:Adjacent stations/Newcastle Ferry

From Wikipedia, the free encyclopedia

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