Module:siwa-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 51: Line 51:
lang = lang,
lang = lang,
heads = {},
heads = {},
inflections = {{""}},
inflections = {},
genders = {},
genders = {},
pos_category = poscat,
pos_category = poscat,
Line 149: Line 149:
for n, kind in ipairs(kinds) do
for n, kind in ipairs(kinds) do
table.insert(data.inflections[n].label, verb_key[kind])
data.inflections[n].label = verb_key[kind]
table.insert(data.categories, "Siwa " .. verb_key[kind] .. " verbs")
table.insert(data.categories, "Siwa " .. verb_key[kind] .. " verbs")
end
end

Navigation menu