Annex
Advertisement

Template:Adjacent stations doc

Lines[]

Template:Rail template doc Template:Rail template doc Template:Rail template doc


local tre = "%1 station (TRE)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Trinity Railway Express]]",
	["system icon"] = "[[File:TRE logo.png|20px|link=Trinity Railway Express]]",
	["station format"] = {
		"%1 station",
		["Bell"] = tre,
		["Dallas Union Station"] = "%1",
		["Fort Worth Central Station"] = "%1",
		["T&P Station"] = "%1",
	},
	["lines"] = {
		["Trinity Railway Express"] = {
			["title"] = "[[Trinity Railway Express]]",
			["color"] = "003e7e",
			["left terminus"] = "T&P Station",
			["right terminus"] = "Dallas Union Station",
		},
	},
	["aliases"] = {
		["tre"] = "Trinity Railway Express",
	}
}

return p
Advertisement