Difference between revisions of "Module:Adjacent stations/Trinity Metro"
Jump to navigation
Jump to search
blackwiki>Mackensen (←Created page with 'local tm = "%1 station (Trinity Metro)" local p = { ["lang"] = "en-US", ["system title"] = "Trinity Metro", ["system icon"] = "", ["station format"] = {...') |
blackwiki>Mackensen (termini) |
||
| Line 15: | Line 15: | ||
["title"] = "[[TEXRail]]", | ["title"] = "[[TEXRail]]", | ||
["color"] = "EE293D", | ["color"] = "EE293D", | ||
| − | ["left terminus"] = "", | + | ["left terminus"] = "T&P Station", |
| − | ["right terminus"] = "", | + | ["right terminus"] = "DFW Airport/Terminal B", |
}, | }, | ||
}, | }, | ||
Revision as of 22:59, 14 May 2019
This is a data module for Module:Adjacent stations. It supports services operated by Trinity Metro, including TEXRail. For Trinity Railway Express, use Module:Adjacent stations/Trinity Railway Express.
Lines
Template:Rail template doc Template:Rail template doc Template:Rail template doc
local tm = "%1 station (Trinity Metro)"
local p = {
["lang"] = "en-US",
["system title"] = "[[Trinity Metro]]",
["system icon"] = "",
["station format"] = {
"%1 station",
["Fort Worth Central Station"] = "%1",
["North Side"] = tm,
["T&P Station"] = "%1",
},
["lines"] = {
["TEXRail"] = {
["title"] = "[[TEXRail]]",
["color"] = "EE293D",
["left terminus"] = "T&P Station",
["right terminus"] = "DFW Airport/Terminal B",
},
},
["aliases"] = {
["tex rail"] = "TEXRail",
}
}
return p