Pergi ke kandungan

Modul:affix/lang-data/fr

Daripada Wikikamus

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

local m_affix = require("Module:affix")
local affix_variants = m_affix.affix_variants

local affix_mappings = affix_variants("-ation", {"-tion", "-xion", "-sion"})

return {affix_mappings = affix_mappings}