Jump to content

Module:Adjacent stations/Southern Railway

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 13:57, 23 May 2019 (Created page with 'local gmo = "%1 station (Southern Railway)" local p = { ["lang"] = "en-US", ["system title"] = "Southern Railway", ["system icon"...'). 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 gmo = "%1 station (Southern Railway)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Southern Railway (U.S.)|Southern Railway]]",
	["system icon"] = "",
	["system color"] = "175c52",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "175c52",	
		},
		["St. Louis-Louisville"] = {
			["title"] = "[[St. Louis]] – [[Louisville]]",
			["left terminus"] = "St. Louis",
			["right terminus"] = "Louisville",
		},
	},
}

return p