« Module:Yesno » : différence entre les versions

Aucun changement de taille ,  5 novembre 2023
m
1 version importée
(Page créée avec « -- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default, emptyDefault) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. if type(val) == 'string' then val = val:lower() end if val == nil then return nil elseif val == true or val == 'yes' o... »)
m (1 version importée)
 
(Aucune différence)