Jump to content

Main public logs

Combined display of all available logs of nUSA Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:12, 13 January 2025 Jord talk contribs created page Module:Report (Created page with "local mClickableButton2 = require('Module:Clickable button 2') local p = {} function p.main(frame) local getArgs = require('Module:Arguments').getArgs local args = getArgs(frame) -- Default arguments for the button args.text = args.text or "Click Me" args.id = args.id or "defaultButtonId" args.class = args.class or "mw-ui-button" -- Pass the arguments to the clickable button 2 module return mClickableButton2.luaMain(args) end...")