Jump to content

Module:Adjacent stations/Grand Canyon Railway: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
Line 10: Line 10:
["Grand Canyon Railway"] = {
["Grand Canyon Railway"] = {
["title"] = "Grand Canyon Railway",
["title"] = "Grand Canyon Railway",
["color"] = "#b89553",
["color"] = "b89553",
["left terminus"] = "Williams",
["left terminus"] = "Williams",
["right terminus"] = "Grand Canyon",
["right terminus"] = "Grand Canyon",

Revision as of 21:27, 15 October 2023

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