Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 72: | Line 72: | ||
local prefix = sub(pagename, 1, -(#word+1)) | local prefix = sub(pagename, 1, -(#word+1)) | ||
return syll_count(word) | return syll_count(word) .. " " .. quality | ||
end | end | ||
return export | return export | ||