This module contains new entry creation rules for Zhuang; see WT:ACCEL for an overview, and Module:accel for information on creating new rules.


return {generate = function (params, entry)
	if params.form:match("1957 spelling") then
		entry.head = "{{za-head|" .. params.pos .. "}}"
		entry.def = "{{za-1957 spelling of|" .. params.origin .. "}}"
	end
end}