Jump to content

Module:accel/sk

From Wiktionary, the free dictionary

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


return {generate = function (params, entry)
	entry.pronunc = "* {{sk-IPA}}"
	
	if params.form == "vnoun" then
		entry.declension = "{{sk-ndecl|n|n=sg}}"
	end
	
	local part = params.form:match("(part)$")
	if part then
		entry.declension = "{{sk-adecl}}"
	end
end}