Module:rad-pronunciation: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 118: Line 118:
                 local temp_note = mw.ustring.match(temp_arg, "%s*%(.*%)%s*")
                 local temp_note = mw.ustring.match(temp_arg, "%s*%(.*%)%s*")
                 if temp_note then
                 if temp_note then
                 temp_arg = mw.ustring.gsub(temp_arg, temp_note, "")
                 temp_arg = mw.ustring.gsub(temp_arg, "%s*%(.*%)%s*", "")
                 temp_note = mw.ustring.match(temp_note, "%((.*)%)")
                 temp_note = mw.ustring.match(temp_note, "%((.*)%)")
             end
             end

Navigation menu