跳转到内容

模組:Adjacent stations/京濱急行電鐵

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

local p = {
	["system title"] = "[[京濱急行電鐵]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["梅屋敷"] = x,
		["弘明寺"] = z,
		["杉田"] = y,
		["堀之內"] = y
	},
	["lines"] = {
		["本線"] = {
			["title"] = "[[File:Number prefix Keikyū.svg|20px]] [[京急本線|本線]]",
			["color"] = "00BFFF",
			["left terminus"] = "泉岳寺",
			["right terminus"] = "浦賀"
		},
		["機場線"] = {
			["title"] = "[[File:Number prefix Keikyū.svg|20px]] [[機場線 (京濱急行電鐵)|機場線]]",
			["color"] = "00BFFF",
			["left terminus"] = "京急蒲田",
			["right terminus"] = "羽田機場第1、第2航站樓"
		},
		["大師線"] = {
			["title"] = "[[File:Number prefix Keikyū.svg|20px]] [[大師線 (京濱急行電鐵)|大師線]]",
			["color"] = "00BFFF",
			["left terminus"] = "京急川崎",
			["right terminus"] = "小島新田"
		},
		["逗子線"] = {
			["title"] = "[[File:Number prefix Keikyū.svg|20px]] [[逗子線]]",
			["color"] = "00BFFF",
			["left terminus"] = "金澤八景",
			["right terminus"] = "逗子·葉山"
		},
		["久里濱線"] = {
			["title"] = "[[File:Number prefix Keikyū.svg|20px]] [[久里濱線]]",
			["color"] = "00BFFF",
			["left terminus"] = "堀之內",
			["right terminus"] = "三崎口"
		},
	},
	["aliases"] = {
	}
}

return p