Module:Adjacent stations/G:link

This is an old revision of this page, as edited by Fleet Lists (talk | contribs) at 02:43, 12 September 2020 (Create G:link adjacent stations module). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local brisbane = "%1 light rail station, Brisbane"

local p = {
	["system title"] = "[[Keolis Downer|G:link]]",
	["system color"] = "",
	["system icon"] = "",
	["station format"] = {
		["Helensvale"] = "Helensvale railway station",
		"%1 light rail station",
		},
	["lines"] = {
		["G:link"] = {
			["title"] = "[[G:link]]",
			["color"] = "ffc425",
			["left terminus"] = "Helensvale",
			["right terminus"] = "Broadbeach South",
		},
	},

}

return p