Module:Adjacent stations/New Shuttle

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

local p = {
	["lang"] = "en-US",
	["system title"] = "Saitama New Urban Transit",
	["system color"] = "ffbe00",
	["station format"] = {
		"%1 Station",
		["Ogata"] = "Ogata Station (Akita)",
	},
	["lines"] = {
		["Ina"] = {
			["title"] = "[[New Shuttle]] Ina Line",
			["color"] = "ffbe00",
			["left terminus"] = "Uchijuku",
			["right terminus"] = "Ōmiya",
		},
	},
}

return p