2,788
edits
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
end | end | ||
if #syllables > 0 then | if #syllables > 0 then | ||
return | return 'Syllabification: <span style="font-size:110%;">' .. table.concat(syllables, "·") .. '</span>' | ||
end | end | ||
error("no syllables given to {{syllables}}") | error("no syllables given to {{syllables}}") |