Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 106: Line 106:
end
end
data.forms.m[1] = args["m"] or data.forms.m[1]
if g == "i" then
data.forms.m_sg[1] = args["m_sg"] or data.forms.m_sg[1]
data.forms.m[1] = args["m"] or data.forms.m[1]
data.forms.u_pl[1] = args["u_pl"] or data.forms.u_pl[1]
else
data.forms.m_pl[1] = args["m_pl"] or data.forms.m_pl[1]
data.forms.m_sg[1] = args["m_sg"] or data.forms.m_sg[1]
data.forms.u_pl[1] = args["u_pl"] or data.forms.u_pl[1]
data.forms.m_pl[1] = args["m_pl"] or data.forms.m_pl[1]
end
-- Make the table
-- Make the table