10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 303: | Line 303: | ||
if #rhymes > 0 and show_rhymes then | if #rhymes > 0 and show_rhymes then | ||
rhymes_show = "\n* Rhyme" | |||
if #rhymes > 1 then rhymes_show = rhymes_show .. "s" end | |||
rhymes_show = rhymes_show .. ":" | |||
for num, rhyme in ipairs(rhymes) do | for num, rhyme in ipairs(rhymes) do | ||
if | if num > 1 then | ||
rhymes_show = rhymes_show .. "," | rhymes_show = rhymes_show .. "," | ||
end | end | ||
Line 313: | Line 315: | ||
if rhyme_count < 2 then | if rhyme_count < 2 then | ||
rhymes_show = rhymes_show .. | rhymes_show = rhymes_show .. | ||
" <span class=\"IPA\">" .. rhyme .. "</span>[[Category:" .. rhyme_cat .. "]]" .. | " <span class=\"IPA\">-" .. rhyme .. "</span>[[Category:" .. rhyme_cat .. "]]" .. | ||
" <sup>(no other rhymes on site)</sup>" | " <sup>(no other rhymes on site)</sup>" | ||
else | else |