Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:Adjacent stations/NICTD

From Wikipedia, the free encyclopedia

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"] = "[[South Shore Line|NICTD]]",
	["system icon"] = "[[File:BSicon_South_Shore_Line.svg|18px|link=South Shore Line]]",
	["system color"] = "891b0f",
	["name format"] = "font-size: 150%; font-family:Futura, Century Gothic, Helvetica, sans; text-transform:uppercase; font-weight: bolder; line-height: 100%; color: #FFFFFF; background-color: #891b0f; border: 0px 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.5em; text-align: center; margin-top: 5px; margin-bottom: 5px; margin-left: 5px; margin-right: 5px; padding:6px;",
	["header background color"] = "891b0f",
	["header text color"] = "FFFFFF", 
	["station format"] = {
		"%1 station",
		["11th Street"] = ind,
		["18th Street"] = ill,
		["57th Street"] = "55th/56th/57th Street station",
		["63rd Street"] = metra,
		["Gary/Chicago Airport"] = "[[Gary/Chicago Airport station|Gary/​Chicago Airport]]",
		["Gary Metro Center"] = "%1",
		["Hammond"] = "[[Hammond Gateway station#History|Hammond]]",
		["Kensington/115th Street"] = "[[115th Street/Kensington station|115th Street/​Kensington]]",
		["Millennium Station"] = "%1",
		["Museum Campus/11th Street"] = "[[Museum Campus/11th Street station|Museum Campus/​11th Street]]",
		["Portage/Ogden Dunes"] = "[[Portage/Ogden Dunes station|Portage/​Ogden Dunes]]",
		["Randolph Street"] = "Millennium Station",
		["New Carlisle"] = ssl,
		["South Bend Airport"] = "South Bend International Airport station",
		["South Bend International Airport"] = "South Bend International Airport station",
		["South Bend"] = "[[South Bend station|South Bend]]",
		["Tremont"] = ind,
	},
	["lines"] = {
		["Lakeshore Corridor"] = {
			["title"] = "[[Lakeshore Corridor]]",
			["color"] = "F68E2D",
			["icon"] = "[[File:Logo Lakeshore Corridor.svg|20px|link=Lakeshore Corridor|alt=Lakeshore Corridor]]",
			["left terminus"] = "Millennium Station",
			["right terminus"] = "South Bend International Airport ",
		},
		["Monon Corridor"] ={
			["title"] = "[[Monon Corridor]]",
			["color"] = "EE2C2B",
			["icon"] = "[[File:Logo Monon Corridor.svg|20px|link=Monon Corridor|alt=Monon Corridor]]",
			["left terminus"] = {"Hammond Gateway", "Millennium Station"},
			["right terminus"] = "Munster/Dyer",
			["types"] = {
				["peak hours"] = {
					["title"] = "",
					["left terminus"] = "Millennium Station",
					["right terminus"] = "Munster/Dyer",
					["note-mid"] = "''peak hours''",
				}
			}
		},
		["Former"] = {
			["title"] = "[[South Shore Line]]",
			["color"] = "891b0f",
			["left terminus"] = "Randolph Street",
			["right terminus"] = "South Bend",
		},
	},
	["aliases"] = {
		["South Shore Line"] = "Lakeshore Corridor",
		["lakeshore"] = "Lakeshore Corridor",
		["south shore"] = "Lakeshore Corridor",
		["monon"] = "Monon Corridor",
		["west lake"] = "Monon Corridor",
		["west lake corridor"] = "Monon Corridor"
	}
}

return p