Jump to content

Module:Adjacent stations/Interstate Public Service

From Wikipedia, the free encyclopedia

local ips = "%1 station (Interstate Public Service)"

local p = {
	["lang"] = "en-US",
	["system title"] = "[[Interstate Public Service]]",
	["system color"] = "b5d5ff",
	
	["station format"] = {
		"%1 station",
			["Indianapolis"] = "Indianapolis Traction Terminal",
			["Louisville"] = ips,
			["Perry"] = ips,
		},
	["lines"] = {
		["_default"] = {
			["color"] = "b5d5ff",
		},
			["Main"] = {
				["title"] = "Main Line",
				["left terminus"] = "Indianapolis",
				["right terminus"] = "Louisville",
		},
	},
}


return p