Modulo:Bozza: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
correggo |
+ |
||
Riga 20:
function p.stato_richiesta(frame)
if frame.args[1] == 'S'
return frame.args[1]▼
end▼
local text = getPageContent()
Line 36 ⟶ 34:
end
return frame.args[1] == 'A' and 'A' or 'N'
▲ end
end
|