Jump to content

Module:Adjacent stations/PennDOT

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Cards84664 (talk | contribs) at 01:32, 28 June 2021 (Created page with 'local p = { ["lang"] = "en-US", ["system title"] = "PennDOT", ["system icon"] = "", ["station format"] = { "%1 station", ["Pittsburgh"] = "Union Stat...'). 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"] = "[[PennDOT]]",
	["system icon"] = "",
	["station format"] = {
		"%1 station",
		["Pittsburgh"] = "Union Station (Pittsburgh)",
	},
	["lines"] = {
		["_default"] = {
			["color"] = "000000",	
		},
		["Parkway Limited"] = {
			["title"] = "''[[Parkway Limited]]''",
			["left terminus"] = "Pittsburgh",
			["right terminus"] = "Greensburg",
		},
	},
}

return p