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:57, 4 June 2025 RiceEmpress talk contribs created page Module:Musician Infobox (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local infobox = capiunto.create( { title = tostring(mw.title.getCurrentTitle()) } ) if args.image1 then infobox:addImage('200px', args.caption ) end local attributes = { { 'Website', args. website }, { 'Pronouns', args.pronouns }, { 'Active from', args.active_from } } local music = { { 'Spotify', args.spot...")