Jump to content

Module:Adjacent stations/Grand Canyon Railway

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by SleepTrain456 (talk | contribs) at 23:26, 9 November 2023. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Grand Canyon Railway]]",
	["station format"] = {
		"%1 station",
		["Williams"] = "Williams Depot",
		["Grand Canyon"] = "Grand Canyon Depot",
	},
	["lines"] = {
		["Grand Canyon Railway"] = {
			["title"] = "[[Grand Canyon Railway]]",
			["color"] = "b89553",
			["left terminus"] = "Williams",
			["right terminus"] = "Grand Canyon",
		},
	},
}

return p