Module:auto-subtable: 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.

8 August 2021

  • curprev 17:3917:39, 8 August 2021Sware talk contribs 328 bytes +328 Created page with "local auto_subtable_mt = { __index = function(self, key) local val = {} self[key] = val return val end } local function un_auto_subtable(t) t.un_auto_subtable = nil..."