Principaux journaux publics
Apparence
Affichage combiné de tous les journaux disponibles sur Wikipédia à l'exception notamment du journal des filtrages. (aide)
La recherche peut être affinée par type de journal, nom d'utilisateur ou de page, balises et date de début.
- 11 mai 2023 à 12:19 Xfigpower discuter contributions a créé la page Module:Formatnum (Nouvelle page : -- This module is intended to replace the functionality of Template:Formatnum and related templates. local p = {} function p.main(frame) local args = frame:getParent().args local prec = args.prec or '' local sep = args.sep or '' local number = args[1] or args.number or '' local lang = args[2] or args.lang or '' -- validate the language parameter within MediaWiki's caller frame if lang == "arabic-indic" then -- only for back-compatibil...)