Modulo:Bozza: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
+ |
+ |
||
Riga 23:
local pattern = '%{%{ *[Rr]ichiesta *revisione *bozza *%| *data *=[^%|%}]-%}%}'
for str in text:gmatch('%{%{ *[Rr]ichiesta *revisione *bozza *%|.-%}%}') do
if str:find('| *data *= *[^ %|%}]') and not str:find('%| *1? *=? *respinta *[%|%}]') then
return 1
end
end
end
|