10,794
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 1,868: | Line 1,868: | ||
function export.get_rhyme(IPA) | function export.get_rhyme(IPA) | ||
if mw.ustring.find(IPA, "([ %|])") or mw.ustring.find(IPA, "([%-·]$ | if mw.ustring.find(IPA, "([ %|])") or mw.ustring.find(IPA, "([%-·])$") then | ||
return nil | return nil | ||
end | end |