Ouvrir le menu principal

Modifications

1 octet ajouté ,  4 mars 2020 à 02:59
nano-optimisation : pas de réassignation à l'identique dans le cas "not string"
-- should replace "val:lower()" with "mw.ustring.lower(val)" in the
-- following line.
val = if type(val) == 'string' and then val = val:lower() or valend
if val == nil then
return nil
Utilisateur anonyme