Module:ábḫ-ipa: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 116: Line 116:
newWord = {}
newWord = {}
index = 1
index = 1
for _,val in ipairs(result) do
for i,val in ipairs(result) do
if (i == 1) and mw.ustring.match(val, "%.") and mw.ustring.match(newStresses[1], "%.") then
if (i == 1) and mw.ustring.match(val, "%.") and mw.ustring.match(newStresses[1], "%.") then
index = index + 1
index = index + 1