Module:Adjacent stations/Interstate Public Service
Appearance
This is a data module for Module:Adjacent stations. It supports services operated by Interstate Public Service.
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