Jump to content

Module:Adjacent stations/Frisco

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 2600:1700:b971:1930:bc4e:884c:980f:926b (talk) at 21:10, 5 July 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

local frisco = "%1 station (St. Louis–San Francisco Railway)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[St. Louis–San Francisco Railway]]",
	["system icon"] = "",
	["system color"] = "000000",
	["station format"] = {
		"%1 station",
		["Memphis"] = "Memphis Central Station",
		["St. Louis"] = "Union Station (St. Louis)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Main"] = {
			["title"] = "Main Line",
			["left terminus"] = "Oklahoma City",
			["right terminus"] = "St. Louis",
		},
		["Oklahoma City-Fort Scott"] = {
			["title"] = "[[Oklahoma City]] - [[Fort Scott, Kansas|Fort Scott]]",
			["left terminus"] = "Oklahoma City",
			["right terminus"] = "Fort Scott",
		},
		["Memphis–St. Louis"] = {
			["title"] = "[[Memphis, Tennessee|Memphis]] - [[St. Louis]]",
			["left terminus"] = "Memphis",
			["right terminus"] = "St. Louis",
		},
		["Ellsworth-Monett"] = {
			["title"] = "[[Ellsworth]] - [[Monett]]",
			["left terminus"] = "Ellsworth",
			["right terminus"] = "Monett",
		},
		["Hoxie-Cape Girardeau"] = {
			["title"] = "Hoxie-Cape Girardeau",
			["left terminus"] = "Hoxie",
			["right terminus"] = "Cape Girardeau",
		},
		["Quanah-Oklahoma City"] = {
			["title"] = "[[Quanah, Texas|Quanah]] - [[Oklahoma City]]",
			["left terminus"] = "Quanah",
			["right terminus"] = "Oklahoma City",
		},
	},
}

return p