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).
- 14:31, 8 October 2024 Joshical talk contribs created page Module:CustomStyling (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...")