Module:syllables: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 11: Line 11:
end
end
if #syllables > 0 then
if #syllables > 0 then
return "Syllabification: <big>" .. table.concat(syllables, "·") .. "</big>"
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}}")