Jump to content

Module:Adjacent stations/NICTD

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 04:01, 29 December 2018 (save). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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]]",
	["system icon"] = "",
	["name format"] = "font-size: 150%; font-family:Helvetica, sans; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #A82618; padding: 4px; border: 3px solid #FFFFFF;",
	["header background color"] = "A82618",
	["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"] = "A82618",
			["left terminus"] = "Millennium Station",
			["right terminus"] = "South Bend Airport",
		},
	},
	["aliases"] = {
		["south shore"] = "South Shore Line",
	}
}

return p