跳转到内容

模組:Adjacent stations/遠州鐵道

维基百科,自由的百科全书
local shizuoka = "%1站 (靜岡縣)"
local hamamatsu = "遠州醫院站"
local entsu = "%1站 (遠州鐵道)"
local p = {
	["system title"] = "[[遠州鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["遠鐵濱松"] = hamamatsu,
		["岡地"] = entsu
 	},
	["lines"] = {
		["奧山線"] = {
			["title"] = "[[奧山線]]",
			["color"] = "CCCCCC",
			["left terminus"] = "遠鐵濱松",
			["right terminus"] = "奧山"
		},
		["鐵路線"] = {
			["title"] = "[[鐵道線 (遠州鐵道)|鐵道線]]",
			["color"] = "FF0000",
			["left terminus"] = "新濱松",
			["right terminus"] = "西鹿島"
		},
	},
	["aliases"] = {
	}
}

return p