Module:Adjacent stations/Denver and Rio Grande Western Railroad

From blackwiki
< Module:Adjacent stations
Revision as of 20:34, 9 March 2019 by blackwiki>Mackensen (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "Denver and Rio Grande Western Railroad", ["system icon"] = "", ["system color"] = "ffa500", ["statio...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:Adjacent stations/Denver and Rio Grande Western Railroad/doc

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Denver and Rio Grande Western Railroad]]",
	["system icon"] = "",
	["system color"] = "ffa500",
	["station format"] = {
		"%1 station",
		["Denver"] = "Union Station (Denver, Colorado)",
		["Ogden"] = "Union Station (Ogden, Utah)",
		["Salt Lake City"] = "Denver and Rio Grande Western Depot (Salt Lake City)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "ffa500",
		},
		["Main Line"] = {
			["title"] = "Main Line",
			["left terminus"] = "Ogden",
			["right terminus"] = "Denver",
		},
	},
}

return p