Jump to content

Module:Adjacent stations/Auto-Train

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Cards84664 (talk | contribs) at 05:04, 16 November 2022 (Created page with ' local p = { ["lang"] = "en-US", ["system title"] = "auto–train", ["station format"] = { "%1 station", }, ["lines"] = { ["Sanford-Lorton"] = { ["title"] = "SanfordLorton", ["color"] = "7d2256", ["left terminus"] = "Sanford", ["right terminus"] = "Lorton", }, ["Sanford-Louisville"] = { ["title"] = "Louisville", ["color"] = "Sanford", }, }, } return p'). 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 p = {
	["lang"] = "en-US",
	["system title"] = "[[Auto-Train Corporation|auto–train]]",
	["station format"] = {
		"%1 station",
	},
	["lines"] = {
		["Sanford-Lorton"] = {
			["title"] = "[[Sanford, Florida|Sanford]]–[[Lorton, Virginia|Lorton]]",
			["color"] = "7d2256",
			["left terminus"] = "Sanford",
			["right terminus"] = "Lorton",
		},
		["Sanford-Louisville"] = {
			["title"] = "Louisville",
			["color"] = "Sanford",
		},
	},
}

return p