Module:Adjacent stations/Fukushima Transportation

local fukushima = "%1 Station (Fukushima)"

local p = {
	["lang"] = "en-GB",
	["system title"] = "[[Fukushima Transportation]]",
	["system color"] = "0000FF",
    ["header background color"] = "0000FF",
    ["header text color"] = "ffffff",
	["station format"] = {
		"%1 Station",
		["Fukushima"] = fukushima,
		["Izumi"] = fukushima,
		["Hirano"] = fukushima,
		},
	["lines"] = {
		["Iizaka"] = {
			["title"] = "[[Iizaka Line]]",
			["color"] = "0000FF",
			["left terminus"] = "Fukushima",
			["right terminus"] = "Iizaka Onsen",
		},
	},
}

return p