Difference between revisions of "Module:Adjacent stations/Trinity Railway Express"
Jump to navigation
Jump to search
blackwiki>Mackensen (←Created page with 'local tre = "%1 station (TRE)" local p = { ["lang"] = "en-US", ["system title"] = "Trinity Railway Express", ["system icon"] = "", ["station format"] =...') |
blackwiki>Lubbockite (Added logo) |
||
| Line 4: | Line 4: | ||
["lang"] = "en-US", | ["lang"] = "en-US", | ||
["system title"] = "[[Trinity Railway Express]]", | ["system title"] = "[[Trinity Railway Express]]", | ||
| − | ["system icon"] = "", | + | ["system icon"] = "[[File:TRE logo.png|20px|link=Trinity Railway Express]]", |
["station format"] = { | ["station format"] = { | ||
"%1 station", | "%1 station", | ||
Revision as of 05:19, 21 June 2019
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"] = "[[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