Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 116: Line 116:
data.inflections[n] = {nil}
data.inflections[n] = {nil}
data.inflections[n].label = verb_key[kind]
data.inflections[n].label = verb_key[kind]
table.insert(data.categories, "Siwa " .. verb_key[kind] .. " verbs")
if not n == "?" then
table.insert(data.categories, "Siwa " .. verb_key[kind] .. " verbs")
end
end
end