Module:Logger: Revision history

Jump to navigation Jump to search

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.

24 March 2021

  • curprev 01:5701:57, 24 March 2021 Banri talk contribs 8,917 bytes +8,917 Created page with "-- <nowiki> local p = {} function p.log(obj) if type(obj) ~= 'table' then mw.log('Argument is a '..type(obj)..', not a table') return end for i,v in pairs(obj) do mw..."