Jump to content

Module:Test: Revision history

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.

30 January 2025

  • curprev 05:3905:39, 30 January 2025 Louis talk contribs 200 bytes +200 Created page with "local p = {} function p.add(frame) local num1 = tonumber(frame.args[1]) or 0 local num2 = tonumber(frame.args[2]) or 0 return num1 + num2 .. " (this was calculated by Lua!)" end return p"