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

5 May 2025

  • curprev 11:0111:01, 5 May 2025Hefner talk contribs 1,128 bytes +342 No edit summary
  • curprev 10:5710:57, 5 May 2025Hefner talk contribs 786 bytes −28 No edit summary
  • curprev 10:5610:56, 5 May 2025Hefner talk contribs 814 bytes −30 No edit summary
  • curprev 10:5510:55, 5 May 2025Hefner talk contribs 844 bytes −16,489 Replaced content with "local p = {} -- Maximum allowed entries local MAX_INPUTS = 75 local MAX_OUTPUTS = 75 -- Main function to return only the profit as a number function p.profit(frame) local args = frame:getParent().args local inputs = calculateTotal(args, 'Input', MAX_INPUTS) local outputs = calculateTotal(args, 'Output', MAX_OUTPUTS) local profit = outputs - inputs return tostring(profit) end -- Calculates total value from prefixed args (Input/Output) function..." Tag: Replaced

20 August 2024