跳转到内容

模組:Adjacent stations/三陸鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local iwate = "%1站 (岩手縣)"

local p = {
	["system title"] = "[[三陸鐵道]]",
	["station format"] = {
		"%1站",
		["吉濱"] = iwate,
		["平田"] = iwate,
		["小本"] = iwate,
	},
	["lines"] = {
		["谷灣線"] = {
			["title"] = "[[谷灣線]]",
			["color"] = "ff0000",
			["left terminus"] = "盛",
			["right terminus"] = "久慈"
		}
	},
	["aliases"] = {
	}
}

return p