Module:Button: Revision history

From Idle Clans wiki

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.

9 October 2024

  • curprev 12:3812:38, 9 October 2024Joshical talk contribs empty −606 Blanked the page Tag: Blanking
  • curprev 12:3712:37, 9 October 2024Joshical talk contribs 606 bytes +606 Created page with "local p = {} function p.button(frame) -- Retrieve parameters passed to the template local args = frame:getParent().args -- Get parameters or set default values local label = args['label'] or "Click me" local link = args['link'] or "#" local style = args['style'] or "background-color: #1C2E44; color: white; padding: 10px 20px; text-align: center; text-decoration: none; border-radius: 4px;" -- Create the HTML button local buttonHtml = str..."