Jump to content

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

10 October 2025

  • curprev 21:5921:59, 10 October 2025 Burnstyle talk contribs 445 bytes +445 Created page with "local p = {} function p.main( frame ) -- This line uses the module we are testing local args = require('Module:Arguments').getArgs(frame) -- Check for a parameter named 'text' and return its value if args.text then return "SUCCESS! Module:Arguments is working. It received the message: '" .. args.text .. "'" else return "FAILURE. Module:Arguments is NOT working. It received no data." end end return p"