模块:Adjacent stations/三一铁路快线
local tre = "%1站 (TRE)"
local p = {
["system title"] = "[[三一铁路快线]]",
["system icon"] = "[[File:TRE logo.png|20px|link=三一铁路快线]]",
["station format"] = {
"%1站",
["Bell"] = tre,
["Dallas Union Station"] = "%1",
["Fort Worth Central Station"] = "%1",
["T&P Station"] = "%1",
},
["lines"] = {
["Trinity Railway Express"] = {
["title"] = "[[三一铁路快线]]",
["color"] = "003e7e",
["left terminus"] = "沃斯堡德克薩斯和太平洋車站",
["right terminus"] = "達拉斯聯合車站",
},
},
["aliases"] = {
["tre"] = "Trinity Railway Express",
}
}
return p