Module:rad-pronunciation: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 315: 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>–</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>" .. rhyme_count .. "</sup>"
                "<sub>" .. rhyme_count .. "</sub>"
             end
             end
         end
         end