Module:Adjacent stations/New Shuttle

From Wikipedia, the free encyclopedia

local x = "%1 Station (Saitama)"
local p = {
	["lang"] = "en-GB",
	["system title"] = "[[New Shuttle]]",
	["system color"] = "ffbe00",
	["system icon"] = "[[File:New Shuttle Line symbol.svg|18px|link=New Shuttle]]",
	["station format"] = {
		"%1 Station",
		["Ogata"] = "Ogata Station (Akita)",
		["Ōmiya"] = x,
		["Omiya"] = x,
		["Kamonomiya"] = x,
		["Maruyama"] = x,
	},
	["lines"] = {
		["Ina"] = {
			["title"] = "Ina Line",
			["color"] = "339999",
			["left terminus"] = "Ōmiya",
			["right terminus"] = "Uchijuku",
		},
	},
}

return p