All public logs

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

Logs
  • 04:03, 24 September 2023 Harej talk contribs created page Module:Blocks (Created page with "local p = {} function p.main(frame) local parent = frame:getParent() local pages = {} local index = 1 while parent.args['page' .. index] or parent.args['content' .. index] do local pageName = parent.args['page' .. index] local content = parent.args['content' .. index] local sectionName = parent.args['section' .. index] local pageDiv = mw.html.create('div'):addClass('blocks-block') if sectionName then...")