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

19 June 2024

15 April 2024

11 April 2024

15 January 2024

  • curprev 18:2818:28, 15 January 2024Oberoten talk contribs 16,577 bytes +462 No edit summary
  • curprev 18:2218:22, 15 January 2024Oberoten talk contribs 16,115 bytes +6 No edit summary
  • curprev 18:1418:14, 15 January 2024Oberoten talk contribs 16,109 bytes +16,109 Created page with "function p.countargs( frame ) local frame = mw.getCurrentFrame() -- get the current frame object local num_args = 0 -- initialize the number of arguments to zero for k, v in pairs(frame.args) do num_args = num_args + 1 -- increment the number of arguments for each argument in the frame end return "I counted " .. num_args end function p.virtuesflaws(frame) local result local frames = mw.getCurrentFrame() -- get the current frame object local num_args =..."