Module:siwa-noun: Difference between revisions

No edit summary
No edit summary
Line 106: Line 106:
local prefix = sub(pagename, 1, -(#word+1))
local prefix = sub(pagename, 1, -(#word+1))
return lenition(word)
return stressed_components(word) .. " " .. lenition(word)
end
end


return export
return export