SFTG Recherche, soutient un projet d'analyse de l'usage, de l'intérêt et de la contribution à ce site. Merci d'avoir répondu à l'enquête.
Modifications
Sauter à la navigation
Sauter à la recherche
val = if type(val) == 'string' and then val = val:lower() or valend
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.
if val == nil then
return nil