All public logs

Jump to navigation Jump to search

Combined display of all available logs of IIWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:12, 8 April 2024 A.R.M talk contribs created page Module:Sports color/contrast (Created page with "-- This submodule is used to generate the complete color contrast table in -- the documentation for Module:Sports color local contrast = {} local all_colors = {} local contrast_mod = require("Module:Color contrast") local function stripwhitespace(text) return text:match("^%s*(.-)%s*$") end local function get_colors(team, unknown) team = stripwhitespace(team or '') unknown = unknown or {"DCDCDC", "000000"} local use_default = { [""] = 1, ["retired"] = 1,...")