Jump to content

Module:affix/lang-data/tk

From Wiktionary, the free dictionary

This module contains data for affixes in Turkmen that is used by {{af|tk|...}}. 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 Turkmen.
]=]

local affix_mappings = {
	["-ly"] = "-li"
}

return {affix_mappings = affix_mappings}