Module:$: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

16 October 2024

  • curprev 23:5923:59, 16 October 2024Alex talk contribs 234 bytes +234 Created page with "local p = {} function p.serialize(frame) return mw.text.jsonEncode(frame:getParent().args) end function p.deserialize(args) local out = {} for k, v in pairs(args) do out[k] = mw.text.jsonDecode(v) end return out end return p"