Module:ColorSel: Revision history

From Elwiki

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.

18 March 2024

12 March 2024

  • curprev 08:5008:50, 12 March 2024Boxsnake talk contribsm 1,531 bytes +1 No edit summary
  • curprev 00:2800:28, 12 March 2024Boxsnake talk contribs 1,530 bytes +1,530 Created page with "-- This is core Color Selector function for `Template:ColorSel`. -- Do not use #invoke to invoke this module directly. local getArgs = require('Module:Arguments').getArgs local data = mw.loadData('Module:ColorSelData') local p = {} local function getRawMap(category) return (data.raw[category] and data.raw) end local function getGroupMap(category) return data.group[category] end local function getMap(category) local match_map -- Try to match raw map..."