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
  • 09:02, 3 June 2025 RiceEmpress talk contribs created page Module:SL Story Infobox (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local infobox = capiunto.create( { title1 = args.title1 } ) :addImage( args.image1, args.caption1 ) :addRow( 'Level Requirements', args.level_req ) return infobox end return p")