模組:Adjacent stations/伊予鐵道

维基百科,自由的百科全书
文档图示 模块文档[创建]
local ehime = "%1站 (愛媛縣)"
local iyotetsu = "%1站 (伊予鐵道)"
local p = {
	["system title"] = "[[伊予鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["高濱"] = ehime,
		["大手町"] = ehime,
		["平井"] = ehime,
		["古泉"] = iyotetsu,
		["松山觀光港"] = [[松山觀光港]],
	},
	["lines"] = {
		["高濱線"] = {
			["title"] = "'''IY''' [[高濱線]]",
			["color"] = "9acd32",
			["left terminus"] = "松山觀光港",
			["right terminus"] = "松山市"
		},
		["橫河原線"] = {
			["title"] = "'''IY''' [[橫河原線]]",
			["color"] = "00BBEE",
			["left terminus"] = "松山市",
			["right terminus"] = "橫河原"
		},
		["郡中線"] = {
			["title"] = "'''IY''' [[郡中線]]",
			["color"] = "f15a22",
			["left terminus"] = "松山市",
			["right terminus"] = "郡中港"
		}
	},
	["aliases"] = {
	}
}

return p