Module:Adjacent stations/NICTD

MyWikiBiz, Author Your Legacy — Friday November 15, 2024
< Module:Adjacent stations
Revision as of 18:37, 8 July 2021 by Zoran (talk | contribs) (Moved page from wikipedia:en:Module:Adjacent stations/NICTD)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
local ill = "%1 station (Illinois)"
local ind = "%1 station (Indiana)"
local metra = "%1 station (Metra)"
local ssl = "%1 station (South Shore Line)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Northern Indiana Commuter Transportation District|NICTD]]",
	["system icon"] = "",
	["system color"] = "891b0f",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #891b0f; padding: 4px; border: 3px solid #FFFFFF;",
	["header background color"] = "891b0f",
	["station format"] = {
		"%1 station",
		["11th Street"] = ind,
		["18th Street"] = ill,
		["63rd Street"] = metra,
		["Gary Metro Center"] = "[[Adam Benjamin Metro Center]]",
		["Hammond"] = ssl,
		["Millennium Station"] = "%1",
		["New Carlisle"] = ssl,
	},
	["lines"] = {
		["South Shore Line"] = {
			["title"] = "[[South Shore Line]]",
			["color"] = "891b0f",
			["left terminus"] = "Millennium Station",
			["right terminus"] = "South Bend Airport",
		},
		["West Lake Corridor"] ={
			["title"] = "[[West Lake Corridor]]",
			["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