Module:Math/Dec2Hex: Revision history

Jump to navigation Jump to search

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 March 2020

  • curprev 18:2518:25, 27 March 2020Matrethewey!9776 talk contribs 396 bytes +396 Created page with "local p = {} function dec2hex(decnum) return string.format("%X", decnum) end function p._convert(n) return dec2hex(n) end function p.convert(frame) -- Allow for invoc..."