Jump to content

Module:Outils: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, f = minor edit.

18 ngôida ya kûmi na zôle 2023

  • curprev 23:3323:33, 18 ngôida ya kûmi na zôle 2023 CapitainAfrika disolo bisalu 1,920 bytes +1,920 Created page with "local mwTrim = mw.text.trim local Outils = { } --[[ trim nettoie un paramètre non nommé (supprime les espaces et retours ligne au début et à la fin) retourne nil si le texte est vide ou n'est pas du texte. Les nombres ne sont PAS considérés comme du texte. ]] function Outils.trim( texte ) if type( texte ) == 'string' and texte ~= '' then texte = mwTrim( texte ) if texte ~= '' then return texte end end return nil end --[[ validTextArg renvoit le..."