跳转到内容

模組:Adjacent stations/神戶市營地下鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local a = "%1站 (兵庫縣)"
local b = "%1站 (神戶市營地下鐵)"

local p = {
	["system title"] = "[[神戶市營地下鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		-- 西神·山手線
		["縣廳前"] = a,
		["大倉山"] = a,
		["長田"] = b,
		["妙法寺"] = a
	},
	["lines"] = {
		["S"] = {
			["title"] = "[[File:Subway KobeSeishin.svg|20px]] [[西神·山手線]]",
			["color"] = "3CB371",
			["left terminus"] = "谷上",
			["right terminus"] = "西神中央"
		},
		["K"] = {
			["title"] = "[[File:Subway KobeKaigan.svg|20px]] [[海岸線 (神戶市營地下鐵)|海岸線]]",
			["color"] = "00469c",
			["left terminus"] = "三宮·花時計前",
			["right terminus"] = "新長田"
		},
	},
	["aliases"] = {
	}
}

return p