Module:siwa-headword: Difference between revisions

No edit summary
Undo revision 523070 by Sware (talk)
Tag: Undo
 
(2 intermediate revisions by the same user not shown)
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