Module:siwa-noun/data: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 813: Line 813:
end
end
local vv = match(data.forms["m"][1], v .. v)
for double, long in ipairs(dtl) do
data.forms["m"][1] = gsub(data.forms["m"][1], double, long)
if same(vv) then
data.forms["m"][1] = gsub(data.forms["m"][1], vv, dtl[vv])
end
end
end
end