Module:Adjacent stations/Texas Central

MyWikiBiz, Author Your Legacy — Sunday April 28, 2024
< Module:Adjacent stations
Revision as of 18:49, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/Texas Central)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local tc = "%1 station (Texas Central)"

local p = {
	["system title"] = "[[Texas Central Railway]]",
	["system color"] = "26395E",
	["station format"] = {
		"%1 station",
		["Dallas"] = tc,
		["Houston"] = tc,
	},
	["lines"] = {
		["Texas Central"] ={
			["title"] = "[[Texas Central Railway]]",
			["color"] = "BE2233",
			["left terminus"] = "Dallas",
			["right terminus"] = "Houston",
		}
	}
}

return p