Modulo:Bozza: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
+
correggo
Riga 20:
 
function p.stato_richiesta(frame)
local text = getPageContent()
 
if frame.args[1] == 'S' or frame.args[1] == 'A' then
return frame.args[1]
end
 
local text = getPageContent()
local declined = false
 
Riga 37 ⟶ 36:
end
 
return declined and 'N' or ''frame.args[1]
end