Module:Adjacent stations/Trinity Railway Express
< Module:Adjacent stations
Jump to navigation
Jump to search
Revision as of 01:12, 14 May 2019 by blackwiki>Mackensen (←Created page with 'local tre = "%1 station (TRE)" local p = { ["lang"] = "en-US", ["system title"] = "Trinity Railway Express", ["system icon"] = "", ["station format"] =...')
This is a data module for Module:Adjacent stations. It supports services operated by the Trinity Railway Express.
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"] = "",
["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