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:List (Created page with "local p = {} function p.bulletList(frame) local items = frame.args local output = '\n' for i, item in pairs(items) do output = output .. '* ' .. item .. '\n' end return output end return p")