模組:Adjacent stations/大井川鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local japan = "%1站 (日本)"
local shizuoka = "%1站 (靜岡縣)"
local p = {
	["system title"] = "[[大井川鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["金谷"] = shizuoka,
		["五和"] = japan,
		["大和田"] = shizuoka,
		["平田"] = shizuoka,
	},
	["lines"] = {
		["大井川本線"] = {
			["title"] = "[[大井川本線]]",
			["color"] = "FF0000",
			["left terminus"] = "金谷",
			["right terminus"] = "千頭"
		},
		["井川線"] = {
			["title"] = "[[井川線]]",
			["color"] = "FF0000",
			["left terminus"] = "千頭",
			["right terminus"] = "井川"
		}
	},
	["aliases"] = {
	}
}

return p