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).
- 09:33, 3 June 2025 RiceEmpress talk contribs created page Module:Game (Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local infobox = capiunto.create( { title1 = args.title } ) :addImage('200px', args.caption ) local rows = { { 'Developer', args.developer }, { 'Publisher', args.publisher }, { 'Engine', args.engine }, { 'Version', args.version }, { 'Platform', args.platform }, { 'Release Date', args.releasedate }, { 'Age',...")