Tous les journaux publics
Aller à la navigation
Aller à la recherche
Affichage combiné de tous les journaux disponibles sur kookipedia. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 20 septembre 2024 à 16:26 Jaggerwock discussion contributions a créé la page Module:Math (Page créée avec « --This module provides a number of basic mathematical operations. local z = {} -- Generate random number function z.random( frame ) local first = tonumber(frame.args[1]) -- if it doesn't exist it's NaN, if not a number it's nil local second = tonumber(frame.args[2]) if first then -- if NaN or nil, will skip down to final return if first <= second then -- could match if both nil, but already checked that first is a number in last line... »)