跳转到内容

模組:Adjacent stations/伊予鐵道

维基百科,自由的百科全书

这是本页的一个历史版本,由Seikan Tunnel留言 | 贡献2022年4月26日 (二) 06:06 建立内容为“local ehime = "%1站 (新潟縣)" local iyotetsu = "%1站 (伊予鐵道)" local p = { ["system title"] = "伊予鐵道", ["station format"] = { "%1站", -- 消歧義 ["高濱"] = ehime, ["大手町"] = ehime, ["平井"] = ehime, ["古泉"] = iyotetsu, ["松山觀光港"] = 松山觀光港, }, ["lines"] = { ["高濱線"] = { ["title"] = "高濱線", ["color"] = "9acd32", ["left terminus"] = "松山觀光…”的新页面)编辑。这可能和当前版本存在着巨大的差异。

(差异) ←上一修订 | 最后版本 (差异) | 下一修订→ (差异)
local ehime = "%1站 (新潟縣)"
local iyotetsu = "%1站 (伊予鐵道)"
local p = {
	["system title"] = "[[伊予鐵道]]",
	["station format"] = {
		"%1站",
		-- 消歧義
		["高濱"] = ehime,
		["大手町"] = ehime,
		["平井"] = ehime,
		["古泉"] = iyotetsu,
		["松山觀光港"] = [[松山觀光港]],
	},
	["lines"] = {
		["高濱線"] = {
			["title"] = "[[高濱線]]",
			["color"] = "9acd32",
			["left terminus"] = "松山觀光港",
			["right terminus"] = "松山市"
		},
		["橫河原線"] = {
			["title"] = "[[橫河原線]]",
			["color"] = "00BBEE",
			["left terminus"] = "松山市",
			["right terminus"] = "橫河原"
		},
		["郡中線"] = {
			["title"] = "[[郡中線]]",
			["color"] = "f15a22",
			["left terminus"] = "松山市",
			["right terminus"] = "	郡中港"
		}
	},
	["aliases"] = {
	}
}

return p