Module:siwa-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 125: Line 125:
args[2].label = "infinitive"
args[2].label = "infinitive"
if args[2][1] ~= "-" then
table.insert(data.inflections, args[2])
table.insert(data.inflections, args[2])
end
args[3].label = "past"
args[3].label = "past"
if args[3][1] ~= "-" then
table.insert(data.inflections, args[3])
table.insert(data.inflections, args[3])
end
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end

Navigation menu