跳转到内容

模組:Adjacent stations/東京臨海高速鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (東京都)"

local p = {
	["system title"] = "[[東京臨海高速鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["東雲"] = x,
	},
	["lines"] = {
		["R"] = {
			["title"] = "[[File:Rinkai Line symbol.svg|20px|R]] [[臨海線 (東京臨海高速鐵道)|臨海線]]",
			["color"] = "00418e",
			["left terminus"] = "新木場",
			["right terminus"] = "大崎"
		},
	},
	["aliases"] = {
	}
}

return p