View source for Module:head/languages/lfv
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local export = {}
local m_head = require("Module:head")
local m_parameters = require("Module:parameters")
local lfv = require("Module:languages").get_by_code("lfv")
local function insert_if_any(inflections, arg, label, glossary)
if not arg or #arg < 1 then return end
local inflection = {["label"] = label}
if glossary then inflection["glossary"] = glossary end
for _, v in ipairs(arg) do table.insert(inflections, v) end
end
function export.noun(frame)
local args = m_parameters.process(frame:getParent().args, {
g = {list = true},
du = {list = true},
pl = {list = true},
dim = {list = true},
aug = {list = true},
000
1:0
Template used on this page:
Return to Module:head/languages/lfv.