Ouvrir le menu principal
Wikonsult
Rechercher
Modifications
← Modification précédente
Modification suivante →
Module:Yesno
(voir la source)
Version du 4 mars 2020 à 01:59
1 octet ajouté
,
4 mars 2020 à 01: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 val
end
if val == nil then
return nil
Utilisateur anonyme
w:fr>Od1n