Module:LibraryUtil: Revision history

From IdleOn MMO Wiki

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

15 December 2022

  • curprev 08:4908:49, 15 December 2022Nano talk contribs 21,659 bytes +21,659 Created page with " mw.oldLog = mw.log local oldLog = mw.oldLog mw.oldLogObject = mw.logObject local oldLogObject = mw.oldLogObject local logLevel = 2 mw.log = function(...) local function newLog(...) return oldLog(getCodeLocation(logLevel), mw.allToString(...)) end mw.log = newLog newLog(...) logLevel = 1 end local logObjectLevel = 2 mw.logObject = function(...) local function newLog(...) return oldLog(getCodeLocation(logObjectLevel), mw.dumpObject(...)) end mw.logObject = n..."