Jump to content

Module:Adjacent stations/G:link

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Gonnym (talk | contribs) at 12:08, 21 March 2022 (this is a very bad MOS:EGG link). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

local p = {
	["system title"] = "[[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