This module contains data for affixes in Turkish that is used by {{af|tr|...}}
. 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 Turkish.
]=]
local affix_mappings = {
= "-mek",
= "-ler",
= "-sa",
= "-le", = "-le", = "-le",
= "-siz", = "-siz", = "-siz",
= "-gaç", = "-gaç", = "-gaç",
= "-ci", = "-ci", = "-ci", = "-ci", = "-ci", = "-ci", = "-ci",
= "-ce", = "-ce", = "-ce",
= "-ik", = "-ik", = "-ik", = "-ik",
= "-li", = "-li", = "-li",
= "-im", = "-im", = "-im",
= "-iş", = "-iş", = "-iş",
= "-lik", = "-lik", = "-lik",
= "-gin", = "-gin", = "-gin", = "-gin", = "-gin", = "-gin", = "-gin",
= "-in", = "-in", = "-in",
= "-inci", = "-inci", = "-inci", = "-inci", = "-inci", = "-inci", = "-inci",
}
return {affix_mappings = affix_mappings}