Module:siwa-noun/data: Difference between revisions

no edit summary
(Undo revision 238287 by Sware (talk))
Tag: Undo
No edit summary
Line 628: Line 628:
loc = s2 .. "lmi"
loc = s2 .. "lmi"
else
else
data.forms["m"] = {stem .. "ma"}
data.forms["m"] = {(args.d and s1 or stem) .. "ma"}
ill, ela = stem .. "n", stem .. "n"
ill, ela = (args.d and s1 or stem) .. "n", (args.d and s1 or stem) .. "n"
ine, ade, all, abl = stem .. "mi", stem .. "mi", stem .. "mi", stem .. "mi"
ine, ade, all, abl = (args.d and s1 or stem) .. "mi", (args.d and s1 or stem) .. "mi", (args.d and s1 or stem) .. "mi", (args.d and s1 or stem) .. "mi"
end
end
end
end