Difference between revisions of "Module:Adjacent stations/G:link"

From blackwiki
Jump to navigation Jump to search
blackwiki>Fleet Lists
(Create G:link adjacent stations module)
 
m (1 revision imported)
 
(No difference)

Latest revision as of 12:37, 26 September 2020

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