跳转到内容

模組:Adjacent stations/土佐電氣鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (高知縣)"
local j = "%1站 (日本)"
local y = "%1站 (土佐電氣鐵道)"
local p = {
	["system title"] = "[[土佐電氣鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義

		["永田"] = x,
		["立田"] = y,
		["遠山"] = x,
		["古川"] = x,
		["岸本"] = x,
		["月見山"] = x,
		["夜須"] = y,
		["住吉"] = x,
		["西分"] = y,
		["赤野"] = y,
		["穴內"] = y,
		["安藝"] = y
	},
	["lines"] = {
		["安藝線"] = {
			["title"] = "[[安藝線]]",
			["color"] = "ccc",
			["left terminus"] = "後免",
			["right terminus"] = "安藝"
		},
	},
	["aliases"] = {
	}
}

return p