Difference between revisions of "Module:Adjacent stations/PennDOT"

MyWikiBiz, Author Your Legacy — Tuesday November 11, 2025
Jump to navigationJump to search
 
(No difference)

Latest revision as of 18:41, 8 July 2021

Documentation for this module may be created at Module:Adjacent stations/PennDOT/doc

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