跳转到内容

模組:Adjacent stations/橫濱市營地下鐵

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (神奈川縣)"
local y = "%1站 (橫濱市營地下鐵)"

local p = {
	["system title"] = "[[橫濱市營地下鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		-- 藍線
		["中田"] = x,
		["踊場"] = "[[踊場站|-{踊}-場]]",
		["弘明寺"] = y,
		["中川"] = x,
		["薊野"] = x,

		-- 綠線
		["中山"] = x,
		["北山田"] = x,
		["高田"] = x,
		["日吉"] = x,
	},
	["lines"] = {
		["B"] = {
			["title"] = "[[File:Yokohama Municipal Subway Blue Line symbol.svg|20px]] [[橫濱市營地下鐵藍線|藍線]]",
			["color"] = "414fa3",
			["left terminus"] = "湘南台",
			["right terminus"] = "薊野"
		},
		["G"] = {
			["title"] = "[[File:Yokohama Municipal Subway Green Line symbol.svg|20px]] [[橫濱市營地下鐵綠線|綠線]]",
			["color"] = "008000",
			["left terminus"] = "中山",
			["right terminus"] = "日吉"
		},
	},
	["aliases"] = {
	}
}

return p