All public logs

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

Logs
  • 01:50, 27 May 2024 Mausterio talk contribs imported Module:Iconbar by file upload (1 revision)
  • 18:51, 25 May 2024 Mausterio talk contribs created page Module:Iconbar (Created page with "local p = {} function p.bar( f ) local args = require( 'Module:ProcessArgs' ).merge() local alt = args.alt or '' local link = args.link or '' local full = args.full local half = args.half or 'Half ' .. full local empty = args.empty or 'Empty ' .. full local value = math.abs( tonumber( args.value ) or 0 ) / 2 local min = math.ceil( math.abs( tonumber( args.min ) or 0 ) / 2 ) local size = args.size or '' local title = args.title or '' local reverse = args.revers...")