Jump to content

Module:Weather box: Nsesaeɛ abakɔsɛm

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (Nea ɛtwa mu) = difference with latest revision, (nea ɛtwa mu) = difference with preceding revision, m = minor edit.

28 Ɔbɛnem 2023

  • Nea ɛtwa munea ɛtwa mu 01:4701:47, 28 Ɔbɛnem 20232601:18e:c081:2ff0:2966:7fab:aaa8:8633 kasa 19,260 bytes +19,260 Created page with "-- Implement Template:Weather box. local _precision = require('Module:Math')._precision local function precision(text) -- Input like 'Jan precipitation inch = trace' calls this with text = 'trace' -- which would cause _precision to throw an error since it is not numeric. -- Workaround: Return 0 as the precision if an error occurs. local success, result = pcall(_precision, text) if success then return result end return 0 end local function stripToNil(text)..."