模組:Adjacent stations/福島交通

维基百科,自由的百科全书
文档图示 模块文档[创建]
local fukushima = "%1站 (福島縣)"
local fukushimashi = "%1站 (福島市)"
local p = {
	["system title"] = "[[福島交通]]",
	["station format"] = {
		"%1站",
		["福島"] = fukushima,
		["泉"] = fukushimashi ,
		["平野"] = fukushima,
	},
	["lines"] = {
		["飯坂線"] = {
			["title"] = "[[飯坂線]]",
			["color"] = "0066ff",
			["left terminus"] = "福島",
			["right terminus"] = "飯坂溫泉"
		}
	},
	["aliases"] = {
	}
}

return p