模組: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