Main public logs
Combined display of all available logs of Ethan's Workspace. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:23, 21 September 2025 Ethan talk contribs created page Module:College color (Created page with "-- -- This module implements {{CollegePrimaryHex}}, {{CollegePrimaryStyle}}, -- {{CollegePrimaryColorLink}}, {{CollegeSecondaryHex}}, -- {{CollegeSecondaryStyle}}, {{CollegeSecondaryColorLink}}, and {{NCAA color}} -- local p = {} local data_module = "Module:College color/data" local function stripwhitespace(text) return text:match("^%s*(.-)%s*$") end local function ucfirst(s) local first = s:sub(1, 1) local others = s:sub(2, -1) return first:upper() .. others end l...")