模組:Adjacent stations/土佐黑潮鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (高知縣)"
local j = "%1站 (日本)"
local p = {
	["system title"] = "[[土佐黑潮鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		-- GN
		["田野"] = x,
		["安田"] = x,
		["下山"] = x,
		["球場前"] = x,
		["吉川"] = x,

		["中村"] = j,
		["國見"] = x,
		["平田"] = x,
	},
	["lines"] = {
		["GN"] = {
			["title"] = "'''GN''' [[後免·奈半利線]]",
			["color"] = "a5aeb4",
			["left terminus"] = "後免",
			["right terminus"] = "奈半利"
		},
		["TK中村"] = {
			["title"] = "'''TK''' [[中村線]]",
			["color"] = "00bfff",
			["left terminus"] = "窪川",
			["right terminus"] = "中村"
		},
		["TK宿毛"] = {
			["title"] = "'''TK''' [[宿毛線]]",
			["color"] = "00bfff",
			["left terminus"] = "中村",
			["right terminus"] = "宿毛"
		}
	},
	["aliases"] = {
	}
}

return p