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

25 June 2021

  • curprev 02:3202:32, 25 June 2021Denatidum talk contribs 516 bytes +516 Created page with "local utils = {} function utils.hex2rgb(frame) local hex = frame.args[1] or frame:getParent().args[1] if hex:sub(1,1) == "#" then a = tostring(tonumber(h..."

4 January 2021

  • curprev 19:2119:21, 4 January 2021TheGhostOfInky talk contribs 516 bytes +516 Created page with "local utils = {} function utils.hex2rgb(frame) local hex = frame.args[1] or frame:getParent().args[1] if hex:sub(1,1) == "#" then a = tostring(tonumber(h..."