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

17 November 2024

  • curprev 06:3006:30, 17 November 2024Poseidon talk contribs 864 bytes +864 Created page with "local p = {} function p.main(frame) -- Get arguments passed to the module local args = frame.args local parentArgs = frame:getParent() and frame:getParent().args or {} -- Log the arguments for debugging mw.log("frame.args:") mw.logObject(args) mw.log("frame:getParent().args:") mw.logObject(parentArgs) -- Generate output for testing local output = {} output[#output + 1] = "Arguments passed directly to this module (frame.args)..."