Module:affix/lang-data/sah
Appearance
- The following documentation is generated by Module:documentation/functions/affix lang-data. [edit]
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
This module contains data for affixes in Yakut that is used by {{af|sah|...}}. 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 Yakut.
]=]
local m_affix = require("Module:affix")
local affix_variants = m_affix.affix_variants
local merge_tables = m_affix.merge_tables
local affix_mappings = merge_tables(
affix_variants("-ис", {"-үс", "-ыс", "-ус"}),
affix_variants("-ии", {"-үү", "-ыы", "-уу"})
)
return {affix_mappings = affix_mappings}