Module:Weather box/sandbox: Difference between revisions

Content deleted Content added
idea: generate map from stat to table of monthly values by parsing all args at once
m simplify
Line 53:
local function isAny(args, suffix)
local monthTable = generateMonthTables(args)[suffix:gsub("^ ", "")]
return monthTable and next(monthTable) ~= nil
end