Module:Math/Hex2Dec: 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 17:2117:21, 27 March 2020Matrethewey!9776 talk contribs 389 bytes +389 Created page with "local p = {} function hex2dec(hexnum) return tonumber(hexnum, 10) end function p._convert(n) return hex2dec(n) end function p.convert(frame) -- Allow for invocation v..."