跳转到内容

模組:Adjacent stations/錦川鐵道

维基百科,自由的百科全书
local yamaguchi= "%1站 (山口縣)"

local p = {
	["system title"] = "[[錦川鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["北河內"] = yamaguchi,
		["川西"] = yamaguchi,
	},
	["lines"] = {
		["錦川清流線"] = {
			["title"] = "[[錦川清流線]]",
			["color"] = "87ceeb",
			["left terminus"] = "岩國",
			["right terminus"] = "錦町"
		},
	}
}
return p