模組:Adjacent stations/NICTD

文档图示 模块文档[创建]
local ill = "%1站 (伊利诺伊州)"
local ind = "%1站 (印第安纳州)"
local metra = "%1站 (Metra)"
local ssl = "%1站 (南岸线)"

local p = {
	["system title"] = "[[北印第安納通勤運輸公司]]",
	["system icon"] = "",
	["system color"] = "891b0f",
	["name format"] = "font-size: 150%; font-family:Futura, Helvetica, sans; text-transform:uppercase; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #891b0f; border: 2px solid #FFFFFF; border-top-left-radius: 0.5em; border-top-right-radius: 0.5em; border-bottom-right-radius: 0.5em; border-bottom-left-radius: 0.5em; margin: 0.25em; text-align: center; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px;",
	["header background color"] = "891b0f",
	["station format"] = {
		"%1站",
		["11th Street"] = "[[11街站 (印第安纳州)|11街站]]",
		["18th Street"] = "[[18街站 (伊利诺伊州)|18街站]]",
		["57th Street"] = "55th–56th–57th Street station",
		["63rd Street"] = "[[63街站 (Metra)|63街站]]",
		["Gary Metro Center"] = "[[Adam Benjamin Metro Center|Gary Metro Center]]",
		["Hammond"] = ssl,
		["Millennium Station"] = "[[千禧車站]]",
		["New Carlisle"] = ssl,
		["Tremont"] = ind,
	},
	["lines"] = {
		["South Shore Line"] = {
			["title"] = "[[南岸線]]",
			["color"] = "891b0f",
			["left terminus"] = "Millennium Station",
			["right terminus"] = "南本德机场",
		},
		["West Lake Corridor"] ={
			["title"] = "[[西湖走廊]]",
			["color"] = "ddd4b7",
			["left terminus"] = {"Millennium Station", "Hammond Gateway"},
			["right terminus"] = "Munster/Dyer Main Street",
		},
	},
	["aliases"] = {
		["south shore"] = "South Shore Line",
		["west lake"] = "West Lake Corridor",
	}
}

return p