Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 613: Line 613:
params = {
params = {
["nolen"] = {},
["nolen"] = {},
["d"] = {},
},
},
}
}
Line 631: 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"] = {s1 .. "hi"}
data.forms["m"] = {args.d and s2 or s1 .. "hi"}
ill, ela, ade = s1 .. "h", s1 .. "h", 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 = s1 .. "hi", s1 .. "hi", 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