Last 5 Pages Viewed: Over and Out / CATS+ Spring 2024 / Form:Article / CATS+ Spring 2024 / Special:Log

All public logs

From MoHA Wiki

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

Logs
  • 22:05, February 22, 2025 WikiVisor talk contribs created page Module:Main page (Created page with "local p = {} function p.banner(frame) local params = frame.args local id = params['id'] or 'banner' local class = params['class'] or 'banner' local image = params['image'] or '' local height = params['height'] or 'auto' local bgcolor = params['background-color'] or '#fff' if image ~= '' then image = frame:preprocess('{{filepath:' .. image .. '}}') end local html = mw.html.create() html:tag('div') :addClass(class) :attr({ ['data-bg'] = image...")