Difference between revisions of "Module:Adjacent stations/Denver and Rio Grande Western Railroad"

From blackwiki
Jump to navigation Jump to search
blackwiki>Mackensen
(+Grand Junction and Provo)
blackwiki>Pi.1415926535
(Grand Junction is essentially colocated with the former D&RGW station - its history will be added to that article)
Line 10: Line 10:
 
"%1 station",
 
"%1 station",
 
["Denver"] = "Union Station (Denver, Colorado)",
 
["Denver"] = "Union Station (Denver, Colorado)",
["Grand Junction"] = drgw,
 
 
["Ogden"] = "Union Station (Ogden, Utah)",
 
["Ogden"] = "Union Station (Ogden, Utah)",
 
["Provo"] = amtrak,
 
["Provo"] = amtrak,

Revision as of 02:38, 11 March 2019

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

local amtrak = "%1 station (Amtrak)"
local drgw = "%1 station (Denver and Rio Grande Western Railroad)"

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)",
		["Provo"] = amtrak,
		["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