Jump to content

Module:Adjacent stations/Denton County Transportation Authority

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 13:02, 8 June 2019 (Created page with 'local atrain = "%1 station (A-train)" local p = { ["lang"] = "en-US", ["system title"] = "Denton County Transportation Authority", ["system icon"] = "",...'). 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 atrain = "%1 station (A-train)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Denton County Transportation Authority]]",
	["system icon"] = "",
	["system color"] = "ffbf00",
	["station format"] = {
		"%1 station",
		["Downtown Denton Transit Center"] = "%1",
		["Old Town"] = atrain
	},
	["lines"] = {
		["A-train"] = {
			["title"] = "[[A-train (Denton County)|A-train]]",
			["color"] = "ffbf00",
			["left terminus"] = "",
			["right terminus"] = "",
		},
	},
}

return p