Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 632: Line 632:
ine, all, abl = s1 .. "hi", s1 .. "hi", s1 .. "hi"
ine, all, abl = s1 .. "hi", s1 .. "hi", s1 .. "hi"
else
else
data.forms["m"] = {args.d and s2 or s1 .. "hi"}
data.forms["m"] = {(args.d and s2 or s1) .. "hi"}
ill, ela, ade = args.d and s2 or s1 .. "h", args.d and s2 or s1 .. "h", args.d and s2 or s1 .. "h"
ill, ela, ade = (args.d and s2 or s1) .. "h", (args.d and s2 or s1) .. "h", (args.d and s2 or s1) .. "h"
ine, all, abl = args.d and s2 or s1 .. "hi", args.d and s2 or s1 .. "hi", args.d and s2 or s1 .. "hi"
ine, all, abl = (args.d and s2 or s1) .. "hi", (args.d and s2 or s1) .. "hi", (args.d and s2 or s1) .. "hi"
end
end