Module:affix/lang-data/trk-pro
පෙනුම
- පහත දැක්වෙන උපදෙස්, Module:documentation/functions/affix lang-data මගින් ජනනය කොට ඇත. [සංස්කරණය කරන්න]
- ප්රයෝජනවත් සබැඳි: root page • root page’s subpages • සබැඳි • transclusions • testcases • sandbox
This module contains data for affixes in Proto-Turkic that is used by {{af|trk-pro|...}}. 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 Proto-Turkic.
]=]
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("*-gü", {"*-gu"})
)
return {affix_mappings = affix_mappings}