Jump to content

Module:accel/grk-mar

From Wiktionary, the free dictionary

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


return {generate = function (params, entry)
	entry.pronunc = {}
	for _, target in ipairs(params.targets) do
		table.insert(entry.pronunc, "* {{grk-mar-IPA|" .. target.term .. "}}")
	end
end}