มอดูล:zh-glyph

จาก วิกิพจนานุกรม พจนานุกรมเสรี

Backend for {{Han etym}}.


local export = {}
local sub = mw.ustring.sub

local eras = {
	{ "[[w:ราชวงศ์ชาง|ร. ชาง]]", { "bronze-shang", "oracle" } },
	{ "[[w:ราชวงศ์โจวตะวันตก|ร. โจวตะวันตก]]", { "bronze" } },
	{ "[[w:ยุควสันตสารท|ยุควสันตสารท]]", { "bronze-spring" } },
	{ "[[w:ยุครณรัฐ|ยุครณรัฐ]]", { "bronze-warring", "silk", "slip" } },
	{ "''[[w:ซัวเหวินเจี่ยจื้อ|ซัวเหวินเจี่ยจื้อ]]'' (แต่งใน [[w:ราชวงศ์ฮั่น|ร. ฮั่น]])", { "zhou", "ancient", "odd", "seal", "vulgar" } },
	{ "''ลิ่วซูถ่ง'' (แต่งใน [[w:ราชวงศ์หมิง|ร. หมิง]])", { "bigseal" } },
	{ "''ลี่เปี้ยน'' (แต่งใน [[w:ราชวงศ์ชิง|ร. ชิง]])", { "clerical" } }
}

local scripts = {
	["bronze-shang"] = "[[w:Chinese bronze inscriptions|รอยจารึกสัมฤทธิ์]]",
	["oracle"] = "[[w:Oracle bone script|อักษรกระดูกเสี่ยงทาย]]",
	["bronze"] = "[[w:Chinese bronze inscriptions|รอยจารึกสัมฤทธิ์]]",
	["bronze-spring"] = "[[w:Chinese bronze inscriptions|รอยจารึกสัมฤทธิ์]]",
	["bronze-warring"] = "[[w:Chinese bronze inscriptions|รอยจารึกสัมฤทธิ์]]",
	["silk"] = "[[w:เจี่ยนตู๋|อักษรไหมและซีกไม้รัฐฉู่]]",
	["slip"] = "[[w:เจี่ยนตู๋|อักษรซีกไม้ฉิน]]",
	["zhou"] = "อักษร ''ฉือโจ้วเพียน''",
	["ancient"] = "อักษรโบราณ",
	["odd"] = "Odd character",
	["seal"] = "[[w:Small seal script|อักษรประทับเล็ก]]",
	["vulgar"] = "Vulgar character",
	["bigseal"] = "อักษรโบราณคัดลอก",
	["clerical"] = "[[w:Clerical script|Clerical script]]",
}

local hide_scripts = { "oracle", "bronze", "seal", "bigseal" }

local script_abbrev = {
	["B"] = "bronze",
	["b"] = "bronze",
	["31"] = "bronze",
	["32"] = "bronze",
	["33"] = "bronze",
	["34"] = "bronze",
	["j"] = "oracle",
	["41"] = "oracle",
	["42"] = "oracle",
	["43"] = "oracle",
	["51"] = "silk",
	["52"] = "silk",
	["53"] = "silk",
	["71"] = "slip",
	["Q"] = "slip",
	["S"] = "silk",
	["s"] = "seal",
	["27"] = "seal",
	["L"] = "bigseal",
}

function export.main(frame)
	local args = frame:getParent().args
	local pagename = mw.title.getCurrentTitle().subpageText
	local target_page = args[1] or pagename
	local showEras, showScripts, showImgs, hideText = {}, {}, {}, {}
	local success, data_module = pcall(mw.loadData, "Module:zh/data/glyph-data/" .. target_page)

	local char_data = {
		["bronze"] = {},
		["oracle"] = {},
		["silk"] = {},
		["slip"] = {},
		["seal"] = {},
		["bigseal"] = {},
	}

	count = 0
	if not frame:getParent().args["no_img"] then
		for _, era in ipairs(eras) do
			local count_era = 0
			for _, script in ipairs(era[2]) do
				local img_link = pagename .. "-" .. script .. ".svg"
				local img_file = mw.title.new("Media:" .. img_link)
				if img_file.exists and not img_file.isRedirect then
					count = count + 1
					count_era = count_era + 1
					table.insert(showScripts, "\n!" .. scripts[script])
					table.insert(showImgs, "\n| style=\"padding: 8px;\"|[[File:" .. img_link .. "|60px]]")
				end
			end
			if count_era > 0 then
				table.insert(showEras, "\n! colspan=\"" .. count_era .. "\"|" .. era[1])
			end
		end
	end
	if success then
		local img_count = 0
		for _, img in ipairs(data_module[1]) do
			img_count = img_count + 1
		end
		success = success and mw.title.new("Media:ACC-" .. data_module[1][img_count] .. ".svg").exists
	end
	if success then
		local capacity = 8
		for _, img in ipairs(data_module[1]) do
			table.insert(char_data[script_abbrev[sub(img, 1, 1)]], '<td><div class="gallerybox"' ..
				'>\n<div style="text-align:center; padding:8px" class="thumb">[[File:ACC-' .. img ..
				'.svg|60px]]\n<div class="gallerytext">\n<p><small>' .. img .. '</small></p>\n</div>\n</div>\n</div>\n</td>')
		end
		for _, script in ipairs(hide_scripts) do
			if char_data[script][1] then
				local script_concat = { "\n----\n<table class=\"gallery\">\n<caption><b>", scripts[script], "</b></caption>\n" }
				script_data = char_data[script]
				for i = 0, math.ceil(#script_data / capacity) - 1 do
					table.insert(script_concat, "<tr>")
					for j = 1, capacity do
						table.insert(script_concat, script_data[i*capacity+j] or nil)
					end
					table.insert(script_concat, "</tr>")
				end
				table.insert(script_concat, "\n</table>")
				table.insert(hideText, table.concat(script_concat))
			end
		end
		table.insert(hideText, '\n|- class="vsHide"\n| width="100%" align="left" colspan="' .. (count == 0 and 1 or count) ..
			'|\n----<div class="toccolours mw-collapsible mw-collapsed"><b>References</b>:' ..
			'<div class="mw-collapsible-content">\nMostly from Richard Sears\' ' ..
			"[http://hanziyuan.net/#" ..
			target_page .. " Chinese Etymology site] ([[c:Commons:Ancient Chinese characters/Richard Sears Agreement" ..
			"|authorisation]]),<br>which in turn draws data from various collections of ancient forms of Chinese characters" ..
			", including:\n* ''Shuowen Jiezi'' (small seal), \n* ''Jinwen Bian'' (bronze inscriptions)" ..
			", \n* ''Liushutong'' (Liushutong characters) and \n* ''Yinxu Jiaguwen Bian'' (oracle bone script).</div></div>")
	end

	if ( success or count > 0 ) and not frame:getParent().args["no_img"] then

		glyph_forms = [=[{| class="wikitable]=] .. (success and ' vsSwitcher" data-toggle-category="forms' or "") ..
			[=[" cellpadding=7 style="border-spacing: 1px; border: 1px solid darkgray; text-align:center"
			! class="vsToggleElement" colspan="]=] .. (count == 0 and 1 or count) ..
			[=[" |รูปในอดีตของตัวอักษร <span lang="zh-Hant" class="Hani">]=] .. target_page .. [=[</span>]=] ..

			(count > 0
				and "\n|-" .. table.concat(showEras) .. "\n|-" .. table.concat(showScripts) .. "\n|-" .. table.concat(showImgs)
				or "") ..

			(success
				and "\n|- class=\"vsHide\"\n| align=\"center\" colspan=\"" .. (count == 0 and 1 or count) ..
					"|" .. table.concat(hideText, "")
				or "") ..

			"\n|}"

	else
		glyph_forms = ""
	end

	local phonText = {}
	local list = mw.loadData("Module:zh-glyph/phonetic/list")
	phonComp = list[target_page] or nil

	if phonComp then
		table.insert(phonText,
			'\n' ..
			'<div class="NavFrame" style="border:0px; max-width: 37em; text-align:center;" cellpadding="6">' ..
			'<div class="NavHead" style="font-size:105%; border:1px solid #aaaaaa; margin-left:-1px; background-color:#CCCCFF; text-align:center;" cellpadding="3">' ..
			'อักษรใน[[Wiktionary:About Chinese/phonetic series|ชุดเสียง]]เดียวกัน' ..
			' (<span class="Hani">[[' .. phonComp .. ']]</span>)' ..
			' <small>([[Wiktionary:About Chinese/references|เจิ้งจาง, 2003]])</small>&nbsp; ' ..
			'</div>' ..
			'<div class="NavContent">' ..
			'\n{| class="wikitable" style="margin-top: 0; width: 100%;"' ..
			'\n|-\n! align="center"|\n!จีนเก่า'
		)

		local phonData = mw.loadData("Module:zh-glyph/phonetic")
		local m_och = require("Module:och-pron").retrieve_pron

		for item in mw.text.gsplit(phonData[phonComp], "") do
			table.insert(phonText, '\n|-\n| align="center" |<span class="Hani">[[' .. item .. '#ภาษาจีน|' .. item .. ']]</span>')
			local IPA = m_och(item, nil, true)
			if IPA then
				table.insert(phonText, '\n|<small><span class="IPA">' .. IPA .. '</span></small>')
			end
		end
		table.insert(phonText, '\n|}\n</div></div>')
	end

	return glyph_forms .. table.concat(phonText)
end

return export