Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 673: Line 673:
["nolen"] = {type = "boolean"},
["nolen"] = {type = "boolean"},
["s"] = {type = "boolean"},
["s"] = {type = "boolean"},
["d"] = {type = "boolean"},
},
},
}
}
Line 688: Line 689:
elseif sv:match("[eiyůỉ]$") then
elseif sv:match("[eiyůỉ]$") then
data.forms["m"] = {s1 .. "s"}
data.forms["m"] = {s1 .. "s"}
loc = s1 .. "si"
loc = s1 .. "s" .. (args.d and "" or "i")
end
end