Module:affix/lang-data/la

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

This module contains data for affixes in Latin that is used by {{af|la|...}}. affix_mappings determines which page to link to when certain affixes are used. It maps from the affix supplied to the template to the desired entry to link to, or to a table that maps from sense IDs (the value of |idN= or false if there is no sense ID) to desired entries.


--[=[
This module contains lang-specific affix mappings for Latin.
]=]

local affix_mappings = {
	["il-"] = "in-",
	["im-"] = "in-",
	["ir-"] = "in-",
	["col-"] = "con-",
	["com-"] = "con-",
	["cor-"] = "con-",
}

return {affix_mappings = affix_mappings}