Module:SL Story Infobox: Revision history

From NOISZ Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 June 2025

  • curprev 09:0209:02, 3 June 2025RiceEmpress talk contribs 300 bytes +300 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"