Modulo:Controllo certificazioni: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
espando
correggo
Riga 18:
if n == 0 and c == '|' or c == '}}' then
return
elseif c == :match('{{') then
n = n + 1select(2, c:gsub('{{', ''))
elseif c == :match('}}') then
n = n - 1select(2, c:gsub('}}', ''))
end
end