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

8 October 2024

  • curprev 14:3414:34, 8 October 2024Joshical talk contribs empty −566 Blanked the page Tag: Blanking
  • curprev 14:3114:31, 8 October 2024Joshical talk contribs 566 bytes +566 Created page with "local p = {} function p.button(frame) -- Get parameters passed from the wiki page local args = frame.args local link = args[1] or "https://example.com" -- Default URL local text = args[2] or "Click Me" -- Default button text local color = args[3] or "#4CAF50" -- Default button color -- Return the HTML for a button return string.format('<a href="%s" style="display:inline-block;background-color:%s;color:white;padding:10px 20px;text-alig..."