10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 316: | Line 316: | ||
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> | "<sup>–</sup>" | ||
else | else | ||
rhymes_show = rhymes_show .. | rhymes_show = rhymes_show .. | ||
" <span class=\"IPA\">[[:Category:" .. rhyme_cat .. "|-" .. rhyme .. "]]</span>[[Category:" .. rhyme_cat .. "]]" .. | " <span class=\"IPA\">[[:Category:" .. rhyme_cat .. "|-" .. rhyme .. "]]</span>[[Category:" .. rhyme_cat .. "]]" .. | ||
" <sup> | "<sup>" .. rhyme_count .. "</sup>" | ||
end | end | ||
end | end |