Toate jurnalele publice
Afișare combinată a tuturor jurnalelor MediaWiki. Puteți limita vizualizarea selectând tipul jurnalului, numele de utilizator sau pagina afectată.
- 18 iulie 2024 18:26 Admin discuție contribuții a creat pagina Modul:Formatnum (Pagină nouă: local p = {} local isNilOrEmpty= require('Modul:StringUtils').isNilOrEmpty -- this function receives a number, tries to guess the layout and returns the -- same number with the thousand separator stripped and the decimal separator -- converted to English format p._stripSeparators = function(input) if isNilOrEmpty(input) then return nil end local comma = ',' local dot = '%.' local _, commaCount = string.gsub(input, comma, comma) local _, dotCount = string.gsub(input...)