Jump to content

Module:Adjacent stations/Guangzhou Water Bus

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Jonesey95 (talk | contribs) at 05:45, 8 June 2023 (match article format). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["system title"] = "[[Guangzhou Water Bus]]",
	["station format"] = {
		"%1 Wharf"
	},
	["lines"] = {

		["S2"] = {
			["title"] = "Route S2",
			["color"] = "009146",
			["left terminus"] = "Fangcun",
			["right terminus"] = "Canton Tower"
		},
		["S7"] = {
			["title"] = "Route S7",
			["color"] = "F8B54B",
			["left terminus"] = "",
			["right terminus"] = "Fangzhi"
		},
	},
}

return p