Jump to content

Module:Adjacent stations/Milwaukee Road

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mackensen (talk | contribs) at 22:04, 2 February 2019 (Created page with 'local milw = "%1 station (Milwaukee Road)" local p = { ["system title"] = "The Milwaukee Road", ["system...'). 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 milw = "%1 station (Milwaukee Road)"

local p = {
	["system title"] = "[[Chicago, Milwaukee, St. Paul and Pacific Railroad|The Milwaukee Road]]",
	["system icon"] = "",
	["system color"] = "BC5721",
	["station format"] = {
		"%1 station",
		["Aberdeen"] = "Chicago, Milwaukee, St. Paul and Pacific Railroad Depot (Aberdeen, South Dakota)",
		["Avery"] = "Avery Depot",
		["Chicago"] = "Chicago Union Station",
		["Edgeley"] = milw,
		["Harlowton"] = "Milwaukee Road Historic District",
		["Java"] = "Java Depot",
		["Madison"] = "Chicago, Milwaukee, St. Paul and Pacific Railroad Depot (Madison, South Dakota)",
		["Montevideo"] = "Chicago, Milwaukee and St. Paul Depot (Montevideo, Minnesota)",
		["Seattle"] = "Union Station (Seattle)",
		["Selby"] = milw,
		["Shawmut"] = milw,
		["Tacoma"] = milw,
		["Wentworth"] = milw,
		["Western Avenue"] = "Western Avenue station (Milwaukee District)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "BC5721",
		},
		["Aberdeen-Manilla"] = {
			["title"] = "[[Aberdeen, South Dakota|Aberdeen]] – [[Manilla, Iowa|Manilla]]",
			["left terminus"] = "Aberdeen",
			["right terminus"] = "Manilla",
		},
		["Edgeley Branch"] = {
			["title"] = "Edgeley Branch",
			["left terminus"] = "Edgeley",
			["right terminus"] = "Aberdeen",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = {"Seattle", "Tacoma"},
			["right terminus"] = "Chicago",
		},
		["North"] = {
			["title"] = "Suburban Service",
			["note-mid"] = "[[Milwaukee District/North Line|North Line]]",
			["left terminus"] = "Walworth",
			["right terminus"] = "Chicago",
		},
		["Northern Montana Division"] = {
			["title"] = "Northern Montana Division",
			["left terminus"] = "Agawam",
			["right terminus"] = "Harlowton",
		},
		["Omaha"] = {
			["title"] = "[[Omaha, Nebraska|Omaha]] – [[Chicago]]",
			["left terminus"] = "Omaha",
			["right terminus"] = "Chicago",
		},
		["Wessington Springs-La Crosse"] = {
			["title"] = "[[Wessington Springs, South Dakota|Wessington Springs]] – [[La Crosse, Wisconsin|La Crosse]]",
			["left terminus"] = "Wessington Springs",
			["right terminus"] = "La Crosse",
		},
		["West"] = {
			["title"] = "Suburban Service",
			["note-mid"] = "[[Milwaukee District/West Line|West Line]]",
			["left terminus"] = "Elgin",
			["right terminus"] = "Chicago",
		},
	},
	["aliases"] = {
		["main"] = "Main Line",
	}
}

return p