Content deleted Content added
No edit summary |
No edit summary |
||
Line 40:
Args['loss_'..ti] = Args['loss_'..ti] + 1
end
Args['match' ..
match_str = mw.ustring.gsub(match_str, '^[^%+]*', '') or '' -- Remove gii from the match_str
if match_str ~= '' then -- If there is still a plus sign
|