Module:accel/la

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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


return {generate = function (params, entry)
	if params.target ~= params.target_pagename and "|head=" then
		entry.pronunc = "* {{la-IPA|" .. params.target .."}}"
	else
		entry.pronunc = "* {{la-IPA}}"
	end
end}