Module:LuaCall: Revision history

From The Goon Show Depository

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.

28 July 2022

20 July 2022

  • curprev 07:4807:48, 20 July 2022Kurt talk contribs 6,820 bytes +6,820 Created page with "local p={} function p.main(frame) local parent=frame.getParent(frame) or {} local reserved_value={} local reserved_function,reserved_contents for k,v in pairs(parent.args or {}) do _G[k]=tonumber(v) or v -- transfer every parameter directly to the global variable table end for k,v in pairs(frame.args or {}) do _G[k]=tonumber(v) or v -- transfer every parameter directly to the global variable table end --- Alas Scribunto d..."

28 December 2021

  • curprev 23:2123:21, 28 December 202150.53.12.84 talk 6,820 bytes +6,820 convert "invoke" to do a true #invoke off the parent frame instead of mangling the frame args and attempting to emulate a #invoke as the emulation is error prone and can easily be detected