Main public logs
Combined display of all available logs of Insurer Brain. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:35, 28 September 2025 Wikilah admin talk contribs created page Module:DailyRandom (Created page with "-- Module:DailyRandom local p = {} local function mergeArgs(frame) local args = {} local parent = frame:getParent() if parent then for k,v in pairs(parent.args) do args[k] = v end end for k,v in pairs(frame.args) do args[k] = v end return args end local function daySeed(frame, tz, salt) tz = tz or 'Asia/Singapore' local ymd = frame:preprocess(string.format('{{#time:Ymd|now|%s}}', tz)) return (salt or '') .. ymd end function p.list(frame) local args = mer...")