Risultati della ricerca
Per ulteriori informazioni, vedi Aiuto:Ricerca.
Crea la pagina "Modulo:Decimali/test" su questo progetto.
- function format_numero(value, force_decimal) local value_string = language:formatNum(value) if force_decimal and value % 1 == 0 then value_string...17 KB (2 180 parole) - 23:18, 5 gen 2024
- function format_numero(value, force_decimal) local value_string = language:formatNum(value) if force_decimal and value % 1 == 0 then value_string...17 KB (2 171 parole) - 11:23, 25 gen 2016
- keys end -- of test for sitelink end -- of test for category end -- of test for wikibase item has a value end -- of test for sourced if maxvals...139 KB (18 179 parole) - 00:46, 25 feb 2025
- text end local function decimal_mark(text) -- Return ',' if text probably is using comma for decimal mark, or has no decimal mark. -- Return '.' if...132 KB (20 743 parole) - 21:49, 16 feb 2023
- :wikitext(v) end if frac_part then -- The first group after the decimal shouldn't have a gap ret:wikitext(',' .. table.remove(frac_part,1)) ...3 KB (546 parole) - 01:26, 21 feb 2023
- text end local function decimal_mark(text) -- Return ',' if text probably is using comma for decimal mark, or has no decimal mark. -- Return '.' if...132 KB (20 743 parole) - 17:24, 18 mag 2019
- tonumber(args.prec) return p.gaps(n,{gap=gap,prec=precision}) end function p.test(frame) return p.main(frame) end -- Not named p._main so that it has a better