Modulo:Lingue/sandbox: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
fix return error |
||
Riga 109:
else
args = frame
return_error =
end
local usa_codice = false
Riga 121:
if lingua ~= "" then
lingue_list[#lingue_list+1] = '<abbr title="' .. lingua .. '">' ..code_to_show .. "</abbr>"
error_list[#error_list] = code▼
else
lingue_list[#lingue_list+1] = code
▲ if return_error then error_list[#error_list+1] = code end
end
end
|