Modulo:Valido in corsivo: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
mNessun oggetto della modifica
mNessun oggetto della modifica
Riga 11:
while ( pos <= len ) do
charval = mw.ustring.codepoint(mw.ustring.sub(txt, pos))
-- note 8364 is the € symbol
if charval>=370 and charval<2000 then
return "no";
Riga 20 ⟶ 19:
pos = pos + 1;
end
return "yes";
end