跳转到内容

模組:Adjacent stations/相模鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local x = "%1站 (神奈川縣)"
local p = {
	["system title"] = "[[相模鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["星川"] = x,
		["大和"] = x,
		["泉中央"] = x,
	},
	["lines"] = {
		["本線"] = {
			["title"] = "[[File:Sotetsu line symbol.svg|20px|SO]] [[相鐵本線|本線]]",
			["color"] = "0c1e56",
			["left terminus"] = "橫濱",
			["right terminus"] = "海老名"
		},
		["泉野線"] = {
			["title"] = "[[File:Sotetsu line symbol.svg|20px|SO]] [[泉野線]]",
			["color"] = "0c1e56",
			["left terminus"] = "二俁川",
			["right terminus"] = "湘南台"
		},
		["相鐵新橫濱線"] = {
			["title"] = "[[File:Sotetsu line symbol.svg|20px|SO]] [[相鐵新橫濱線]]",
			["color"] = "0c1e56",
			["left terminus"] = "西谷",
			["right terminus"] = "新橫濱"
		}
	},
	["aliases"] = {
	}
}

return p