Jump to content

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

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

13 January 2025

  • curprev 03:1203:12, 13 January 2025 Jord talk contribs 483 bytes +483 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..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)