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

8 November 2025

30 August 2025

  • curprev 18:0218:02, 30 August 2025 Mattk4355 talk contribs m 2,866 bytes 0 Protected "Module:Color": High-Risk Module ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 17:5017:50, 30 August 2025 Mattk4355 talk contribs 2,866 bytes +91 No edit summary
  • curprev 17:4117:41, 30 August 2025 Mattk4355 talk contribs 2,775 bytes +2,775 Created page with "local p = {} local lib = require('Module:Feature') local aliases = { } local colors = { new = 'text-new', old = 'text-old' } -- Main function for wiki usage. -- If 2 arguments are present, treats the first one as a keyword. -- If only 1 argument is present, searches it for keywords. -- Returns the color associated with the keyword, or "inherit" if not found. function p.main(frame) local args = require('Module:Arguments').getArgs(frame) local..."