All public logs
Combined display of all available logs of Ikwipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:30, 17 November 2024 Poseidon talk contribs created page Module:SampleModule (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)...")