Jump to content

Module:HexCode: Revision history

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.

27 August 2025

  • curprev 15:0515:05, 27 August 2025 MisterChuChu talk contribs 418 bytes 0 No edit summary undo
  • curprev 15:0115:01, 27 August 2025 MisterChuChu talk contribs 418 bytes +418 Created page with "p={} function p.hex(frame) local s=string.gsub(tostring(frame.args[1]),"#","#") local r=frame.args[2]~=nil and frame.args[2] or "#" local h=string.find(s,"#")~=nil if string.sub(s,1,1)=="#" then s=string.sub(s,2,#s) end local rs=s if #s==3 or #s==4 then rs="" for i=1,#s do rs=rs..string.rep(string.upper(string.sub(s,i,i)),2) end end return (h and r or "")..rs end return p"
Cookies help us deliver our services. By using our services, you agree to our use of cookies.