Module:Utils: 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.

25 September 2025

23 September 2025

21 September 2025

5 September 2025

  • curprev 14:2514:25, 5 September 2025 Annwan talk contribs 452 bytes −1 No edit summary
  • curprev 08:2408:24, 5 September 2025 Annwan talk contribs 453 bytes +453 Created page with "local _m = {} --- Return a if not `nil` or the empty string, or b otherwise _m._def = function(a, b) return (a ~= nil and a ~= "") and a or b end --- Extracts the argument from all the reasonable ways an argument may have been passed _m._a = function (x) if type(x) ~= "table" then return x end -- Did we get a frame if type(x.args) == "table" then return x.args[1] end -- Also support passing the argument in a table return x[1] end return _m"