Main public logs
Appearance
Combined display of all available logs of The Secret Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:59, 10 October 2025 Burnstyle talk contribs created page Module:ArgTest (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")