Main public logs

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

Logs
  • 05:34, 30 January 2025 Louis talk contribs created page Module:Format (Created page with "local p = {} function p.uppercase(frame) local text = frame.args[1] or '' return text:upper() end function p.lowercase(frame) local text = frame.args[1] or '' return text:lower() end return p")