Module:head/languages/lfv: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 9: Line 9:
local inflection = {["label"] = label}
local inflection = {["label"] = label}
if glossary then inflection["glossary"] = glossary end
if glossary then inflection["glossary"] = glossary end
for _, v in ipairs(arg) do table.insert(inflections, v) end
for _, v in ipairs(arg) do table.insert(inflection, v) end
table.insert(inflections, inflection)
end
end


Navigation menu