跳转到内容

模組:Adjacent stations/北惠那鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local p = {
	["system title"] = "[[北惠那鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
	},
	["lines"] = {
		["北惠那鐵道線"] = {
			["title"] = "[[北惠那鐵道線]]",
			["color"] = "cccccc",
			["left terminus"] = "中津町",
			["right terminus"] = "下付知"
		},
		["大井線"] = {
			["title"] = "[[大井線]]",
			["color"] = "cccccc",
			["left terminus"] = "新大井",
			["right terminus"] = "大井水壩"
		}
	},
	["aliases"] = {
	}
}

return p