Modulo:Bozza: differenze tra le versioni

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