Difference between revisions of "Module:Adjacent stations/Denton County Transportation Authority"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(Created page with 'local atrain = "%1 station (A-train)" local p = { ["lang"] = "en-US", ["system title"] = "Denton County Transportation Authority", ["system icon"] = "",...')
 
blackwiki>Mackensen
Line 15: Line 15:
 
["title"] = "[[A-train (Denton County)|A-train]]",
 
["title"] = "[[A-train (Denton County)|A-train]]",
 
["color"] = "ffbf00",
 
["color"] = "ffbf00",
["left terminus"] = "",
+
["left terminus"] = "Downtown Denton Transit Center",
["right terminus"] = "",
+
["right terminus"] = "Trinity Mills",
 
},
 
},
 
},
 
},

Revision as of 13:02, 8 June 2019

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"] = "Downtown Denton Transit Center",
			["right terminus"] = "Trinity Mills",
		},
	},
}

return p