btw this Wiki is not meant for a wider audience yet
Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of HFGCS Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:40, 30 November 2025 Breadpan talk contribs deleted page Module:Hex (content was: "local p = {} function p.format(frame) -- Get the hex code from the template parameter local hexCode = frame.args[1] or frame.args.code or "" -- Clean the hex code (remove # if provided, ensure uppercase) hexCode = hexCode:gsub("#", ""):upper() -- Validate it's a valid hex code (6 characters, alphanumeric) if not hexCode:match("^[0-9A-F]+$") then return '<span style="color:red;">Invalid hex code</span>' end -- Pad to 6 characters if ne...")