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

1 April 2024

15 March 2024

  • curprev 13:5813:58, 15 March 2024Mika talk contribs 238 bytes +238 Created page with "local p = {} function p.to_hex( frame ) local num = tonumber(frame.args.num); if(num == nil) then return error("Provided argument (" .. frame.args.num .. "), cannot be converted to hexadecimal") end return num; end return p"