Module:Handle query: 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.

31 August 2025

  • curprev 14:3114:31, 31 August 2025Admin talk contribs 331 bytes +29 No edit summary
  • curprev 14:3014:30, 31 August 2025Admin talk contribs 302 bytes +302 Created page with "local p = {} function p.main(frame) -- local args = frame:getParent().args local origArgs = (type(frame.getParent) == "function") and frame:getParent().args or frame local success, json = pcall(mw.text.jsonDecode, origArgs[0]) local ret = json return mw.text.jsonEncode(ret) end return p"