This module contains data for affixes in Ingrian that is used by {{af|izh|...}}
. 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 Ingrian.
]=]
local affix_mappings = {
= "-ahtaa",
= "-ella",
= "-ertaa",
= "-eta",
= "-htia",
= "-htua",
= "-ia",
= "-iain",
= "-issa",
= "-ikko",
= "-isa",
= "-issa",
= "-istaa",
= "-ita",
= "-ja",
= "-ka",
= "-kaa",
= "-kas",
= "-kka",
= "-kkain",
= "-kko",
= "-ksia",
= "-lain",
= "-ma",
= "-main",
= "-mus",
= "-na",
= "-nain",
= "-nnos",
= "-ntaa",
= "-nto",
= "-o",
= "-oa",
= "-oin",
= "-oja",
= "-os",
= "-pua",
= "-staa",
= "-sto",
= "-stua",
= "-ta",
= "-taa",
= "-tella",
= "-toin",
= "-ttaa",
= "-ttain",
= "-ttu",
= "-ttua",
= "-tua",
= "-tuin",
= "-u",
= "-ua",
= "-uli",
= "-uri",
= "-us",
= "-usta",
= "-ut",
= "-utta",
= "-uus",
= "-va",
}
return {affix_mappings = affix_mappings}