All public logs
From Idle Clans wiki
Combined display of all available logs of Idle Clans wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:37, 9 October 2024 Joshical talk contribs created page Module:Button (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...")