All public logs

From NOISZ Wiki

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

Logs
  • 12:07, 17 December 2025 RiceEmpress talk contribs created page Module:Album Infobox (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local infobox = capiunto.create( { title = args.title1 and args.title1 or tostring(mw.title.getCurrentTitle()) } ) if args.image1 and string.find(args.image1 .. "e","%p(tabber)%p") then infobox:addImage(args.image1, args.caption) elseif args.image1 then infobox:addImage('300px', args.caption) end local information=...")